BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
Go to the source code of this file.
Functions | |
void | parse_FCS (const std::string &file_path, DataModel &dm) |
Parses FCS file and fills DataModel data. More... | |
void parse_FCS | ( | 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. |
Definition at line 190 of file fcs_parser.cpp.