Trees | Indices | Help |
|
---|
|
object --+ | ProteinAlignmentAnnotations
Knows how to annotate an alignment (a collection of aligned sequences)
|
|||
ANNOTATION_TYPES |
|
|||
|
|||
|
|||
Inherited from |
|
|||
indices A numbering of all the column indices in an alignment |
|||
mean_hydrophobicity returns: A list of floats representing per-column averages of the hydrophobicity of residues in the alignment |
|||
mean_isoelectric_point returns: A list of floats representing per-column averages of the isoelectric point of residues in the alignment |
|||
list of list of 1-letter strings |
consensus_seq Consensus sequence in the alignment. |
||
consensus_freq Frequencies of the consensus residue in each alignment column Gapped positions are counted when calculating frequencies. |
|||
A list of ConsensusSymbol enums. |
consensus_symbols Consensus symbols in the alignment based on pre-defined residue sets, same as in ClustalW |
||
list of tuples, each tuple consists of a float (bits), and a list of tuples (<short_code>, freq) in the increasing order of frequency. |
sequence_logo Calculates frequencies of individual amino acids per alignment position, and overall estimate of column composition diversity ('bits'). |
||
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
indicesA numbering of all the column indices in an alignment
|
mean_hydrophobicityreturns: A list of floats representing per-column averages of the hydrophobicity of residues in the alignment
|
mean_isoelectric_pointreturns: A list of floats representing per-column averages of the isoelectric point of residues in the alignment
|
consensus_seqConsensus sequence in the alignment. If there is more than one highest freq. residue in the column, save all of them.
|
consensus_freqFrequencies of the consensus residue in each alignment column Gapped positions are counted when calculating frequencies.
|
consensus_symbolsConsensus symbols in the alignment based on pre-defined residue sets, same as in ClustalW
|
sequence_logoCalculates frequencies of individual amino acids per alignment position, and overall estimate of column composition diversity ('bits'). Schneider TD, Stephens RM (1990). "Sequence Logos: A New Way to Display Consensus Sequences". Nucleic Acids Res 18 (20): 6097–6100. doi:10.1093/nar/18.20.6097
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 2 06:33:19 2017 | http://epydoc.sourceforge.net |