Home | Trees | Indices | Help |
|
---|
|
object --+ | Clans
Class for holding and manipulating data from one CLANS file. Initialization is always done as empty clustermap with default parameters.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
ClansEntry |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
list |
entries list of clustermap ClansEntrys. |
str or None |
filename file from which the data was parsed |
ClansParams |
params ClansParams that contains the parameters set for this Clans instance. |
numpy.array |
rotmtx 3x3 rotation matrix that indicates the rotation state of the clustermap |
list |
seqgroups list of ClansSeqgroups defined in the clustermap. |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
str(x)
|
Adds an new entry.
|
Adds a new group.
|
Append the ClansSeqgroup-s of
|
Checks if an entry with name
|
Removes an entry.
|
Removes an entry fetched by its name.
|
Removes a group.
|
Removes all entries whose name is not in keep_names
|
removes all ClansEntrys that have no connections above the
|
Sorts the ClansEntrys by their name or by a custom comparison function.
|
writes the Clans instance to a file in CLANS format
|
Property Details |
entrieslist of clustermap ClansEntrys.
|
filenamefile from which the data was parsed
|
paramsClansParams that contains the parameters set for this Clans instance.
|
rotmtx3x3 rotation matrix that indicates the rotation state of the clustermap raises ValueError if rotation matrix shape is not 3x3
|
seqgroupslist of ClansSeqgroups defined in the clustermap.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:04 2017 | http://epydoc.sourceforge.net |