class documentation

Class of aligned data arrays to be aligned together.

This class is used for dealing with the output of MultiReader:

  • From raw data arrays, 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.
Class Variable idx Undocumented

Inherited from MultiReader:

Class SingleReader Single data array reader class.
Method currentValues Gets the list of the current alignment values.
Method nextValues Gets the list of the next alignment values.
Instance Variable isHArray Undocumented
def __init__(self, data, isHArray=False):
def currentLine(self):

Aggregates currentLines information.

idx: int =

Undocumented