| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
     object --+    
              |    
SequenceAdapter --+
                  |
                 AlignedSequenceAdapter
Adapter, which wraps a gapped AbstractSequence object and makes it compatible with the MSA row/entry interface, expected by AbstractAlignment.
The adapter.residues property operates with an UngappedSequenceIndexer, which provides a gap-free view 
  of the underlying sequence.
The adapter.columns property operates with a standard ColumnIndexer, the same indexer which is used to provide
  the column view in multiple alignments. Adapted sequences therefore act 
  as alignment rows and allow for MSA-column-oriented indexing.
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| int | 
 | ||
| int | 
 | ||
| Inherited from  Inherited from  | |||
| Properties | |
| ColumnIndexer | columns Provides 1-based access to the respective columns in the MSA. | 
| UngappedSequenceIndexer | residues Provides 1-based access to the residues of the unaligned (ungapped) sequence. | 
| Inherited from  Inherited from  | |
| Method Details | 
| 
 
 | 
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| 
 
 | 
| 
 Return the ungapped sequence rank corresponding to the specified MSA 
   
 | 
| 
 Return the MSA column number corresponding to the specified ungapped 
  sequence  
 | 
| Property Details | 
| columnsProvides 1-based access to the respective columns in the MSA. 
 | 
| residuesProvides 1-based access to the residues of the unaligned (ungapped) sequence. 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:05 2017 | http://epydoc.sourceforge.net |