BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
fcs_parser.h File Reference
#include "data_model.h"
#include <string>
Include dependency graph for fcs_parser.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ parse_FCS()

void parse_FCS ( const std::string &  file_path,
DataModel dm 
)

Parses FCS file and fills DataModel data.

Parameters
[in]file_pathFile path to the FCS file.
[out]dmDataModel instance filled by data from parsed FCS file.
Exceptions
std::domain_errorThrows when the file cannot be opened.

Definition at line 190 of file fcs_parser.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: