|
BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|


Go to the source code of this file.
Functions | |
| void | parse_TSV (const std::string &file_path, DataModel &dm) |
| Parses FCS file and fills DataModel data. More... | |
| void parse_TSV | ( | const std::string & | file_path, |
| DataModel & | dm | ||
| ) |
Parses FCS file and fills DataModel data.
| [in] | file_path | File path to the FCS file. |
| [out] | dm | DataModel instance filled by data from parsed FCS file. |
| std::domain_error | Throws when the file cannot be opened. |
| std::length_error | Throws when some row has different number of columns than is the dimension of the data. |
Definition at line 50 of file tsv_parser.cpp.

