pipeline.domain.datatable.DataTableIndexer
- class DataTableIndexer(context)[source]
Bases:
objectMap between serial indices and per-MS row indices.
DataTableIndexer is responsible for mapping between classical (serial) row indices (unique row IDs throughout all origin MSes) and per-MS row indices.
Methods
per_ms_index_listReturn serial index.
Return basename of origin MS and per-MS row id of a given serial index.
Attributes
origin_mses- __init__(context)[source]
Initialize DataTable Indexer class.
- Parameters:
context -- Pipeline context