|
bpp-popgen
2.2.0
|
The GeneMapperCsvExport input format for popgenlib. More...
#include <Bpp/PopGen/GeneMapperCsvExport.h>
Inheritance diagram for bpp::GeneMapperCsvExport:
Collaboration diagram for bpp::GeneMapperCsvExport:Classes | |
| class | Allele |
| Store data for one allele. More... | |
| class | Record |
| Store one line of the GeneMapper file. More... | |
Public Member Functions | |
| GeneMapperCsvExport () | |
| ~GeneMapperCsvExport () | |
The IDataSet interface. | |
Set if allels are concidered as independent markers. | |
| void | read (std::istream &is, DataSet &data_set) throw (Exception) |
| Read a DataSet on istream. More... | |
| void | read (const std::string &path, DataSet &data_set) throw (Exception) |
| Read a DataSet from a text file. More... | |
| DataSet * | read (std::istream &is) throw (Exception) |
| Read istream and return a DataSet. More... | |
| DataSet * | read (const std::string &path) throw (Exception) |
| Read a text file and return a DataSet. More... | |
The IOFormat interface | |
| virtual const std::string | getFormatName () const |
| virtual const std::string | getFormatDescription () const |
Static Public Attributes | |
| static const std::string | SAMPLE_FILE_H = "Sample File" |
| static const std::string | SAMPLE_NAME_H = "Sample Name" |
| static const std::string | PANEL_H = "Panel" |
| static const std::string | MARKER_H = "Marker" |
| static const std::string | DYE_H = "Dye" |
| static const std::string | ALLELE_H = "Allele " |
| static const std::string | SIZE_H = "Size " |
| static const std::string | HEIGHT_H = "Height " |
| static const std::string | PEAK_AREA_H = "Peak Area " |
| static const std::string | DAC_H = "DAC" |
| static const std::string | AN_H = "AN" |
The GeneMapperCsvExport input format for popgenlib.
This input format takes a csv file exported from GeneMapperĀ® (Applied Biosystems).
Definition at line 63 of file GeneMapperCsvExport.h.
|
inline |
Definition at line 84 of file GeneMapperCsvExport.h.
| GeneMapperCsvExport::~GeneMapperCsvExport | ( | ) |
Definition at line 59 of file GeneMapperCsvExport.cpp.
|
inlinevirtual |
Definition at line 115 of file GeneMapperCsvExport.h.
|
inlinevirtual |
Definition at line 111 of file GeneMapperCsvExport.h.
|
virtual | ||||||||||||||||||||
Read a DataSet on istream.
Implements bpp::AbstractIDataSet.
Definition at line 61 of file GeneMapperCsvExport.cpp.
References bpp::LocusInfo::UNKNOWN.
|
virtual | ||||||||||||||||||||
Read a DataSet from a text file.
Reimplemented from bpp::AbstractIDataSet.
Definition at line 185 of file GeneMapperCsvExport.cpp.
References bpp::AbstractIDataSet::read().
|
virtual | ||||||||||||||
Read istream and return a DataSet.
Reimplemented from bpp::AbstractIDataSet.
Definition at line 190 of file GeneMapperCsvExport.cpp.
References bpp::AbstractIDataSet::read().
|
virtual | ||||||||||||||
Read a text file and return a DataSet.
Reimplemented from bpp::AbstractIDataSet.
Definition at line 195 of file GeneMapperCsvExport.cpp.
References bpp::AbstractIDataSet::read().
|
static |
Definition at line 71 of file GeneMapperCsvExport.h.
|
static |
Definition at line 76 of file GeneMapperCsvExport.h.
|
static |
Definition at line 75 of file GeneMapperCsvExport.h.
|
static |
Definition at line 70 of file GeneMapperCsvExport.h.
|
static |
Definition at line 73 of file GeneMapperCsvExport.h.
|
static |
Definition at line 69 of file GeneMapperCsvExport.h.
|
static |
Definition at line 68 of file GeneMapperCsvExport.h.
|
static |
Definition at line 74 of file GeneMapperCsvExport.h.
|
static |
Definition at line 66 of file GeneMapperCsvExport.h.
|
static |
Definition at line 67 of file GeneMapperCsvExport.h.
|
static |
Definition at line 72 of file GeneMapperCsvExport.h.