| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ClansEntry
Class holding the data of one CLANS sequence entry.
| Instance Methods | |||
|
|||
|
|||
|
|||
| str |
|
||
|
|||
| str |
|
||
| str |
|
||
| str |
|
||
|
|||
|
Inherited from |
|||
| Properties | |
| string |
coords entry coordinates in 3D space |
| list |
groups ClansSeqgroups that contain the entry |
| dict |
hsp connections between this and another ClansEntry |
| string |
name name of the entry |
| Clans |
parent Clans instance that parents this ClansEntry |
| string |
seq protein sequence of the entry |
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
Creates an HSP from self to other with the given value.
|
Returns the id of the current entry. Note: the first call to this method triggers Clans._update_index, which will make it appear slower than successive calls.
|
Creates the CLANS <hsp> block format representation of the entry.
|
Create the CLANS <pos> block format representation of the entry.
|
Creates the CLANS <seq> block format representation of the entry.
|
Removes the HSP between
|
| Property Details |
coordsentry coordinates in 3D space raises ValueError if
|
groupsClansSeqgroups that contain the entry
|
hspconnections between this and another ClansEntry
|
namename of the entry raises ValueError if
|
parentClans instance that parents this ClansEntry
|
seqprotein sequence of the entry raises ValueError if
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:04 2017 | http://epydoc.sourceforge.net |