cocopp.readalign.ArrayMultiReader(MultiReader) class documentationcocopp.readalign
(View In Hierarchy)
Known subclasses: cocopp.readalign.HArrayMultiReader, cocopp.readalign.VArrayMultiReader, cocopp.readalign.VArrayMultiReaderNew
Class of *aligned* data arrays to be aligned together. This class is used for dealing with the output of :py:class:`MultiReader`: * From *raw* data arrays, :py:class:`MultiReader` generates aligned data arrays (first column is the alignment value, subsequent columns are aligned data). * This class also generates aligned data arrays but from other aligned data arrays.
| Method | __init__ | accepts a list of arrays or a MultiReader (i.e. a list of SingleReader) as input data type |
| Method | currentLine | Aggregates currentLines information. |
Inherited from MultiReader:
| Method | currentValues | Gets the list of the current alignment values. |
| Method | nextValues | Gets the list of the next alignment values. |
| Class | SingleReader | Single data array reader class. |