#include <DataAnalyzer.hpp>
|
| bool | saveEFactors (FileEFactorDataVector eFData, tagDataMap data, tagTypeVector tagTypes, FilenameVector filenames, QString folderOut) |
| |
| bool | calcEFactors (SortResultVectorAll sortResVec, bool avg, int window, tagTypeVector tagTypes, FileEFactorDataVector &eFData) |
| |
| bool | logRatio (double &ratio, double &upper, double &lower) |
| |
| bool | sortData (tagDataMap data1, tagDataMap data2, tagTypeVector tagTypes) |
| |
| bool | logRatio (double &ratio, double &upper, double &lower, std::vector< double > dataX, std::vector< double > dataY) |
| |
| bool | analyze (QString folderX, QString folderY, QString folderOut, bool treatment, bool avg, int window, bool perCell) |
| |
| bool | readCellData (QString folder, tagDataMap &tagData, tagTypeVector &tagTypes, FilenameVector &filenames) |
| |
| bool | smoothAnalyzed (SortResultVectorAll &sortResVec, double window, tagTypeVector tagTypes) |
| |
| bool | joinData (SortResultVectorAll sortResVec, tagDataMap data, tagTypeVector tagTypes, FilenameVector &filenames, QString folderOut) |
| |
| bool | analyzeGUS (QString folderInput, QString gusFileExt, bool mergeBool, QString fileToMerge, bool avg, int window, QString upperFilter, double upperFilterValue, QString lowerFilter, double lowerFilterValue, IntDoubleMap &GUSInfo) |
| |
Definition at line 80 of file DataAnalyzer.hpp.
◆ analyze()
| bool mgx::DataAnalyzer::analyze |
( |
QString |
folderX, |
|
|
QString |
folderY, |
|
|
QString |
folderOut, |
|
|
bool |
treatment, |
|
|
bool |
avg, |
|
|
int |
window, |
|
|
bool |
perCell |
|
) |
| |
◆ analyzeGUS()
| bool mgx::DataAnalyzer::analyzeGUS |
( |
QString |
folderInput, |
|
|
QString |
gusFileExt, |
|
|
bool |
mergeBool, |
|
|
QString |
fileToMerge, |
|
|
bool |
avg, |
|
|
int |
window, |
|
|
QString |
upperFilter, |
|
|
double |
upperFilterValue, |
|
|
QString |
lowerFilter, |
|
|
double |
lowerFilterValue, |
|
|
IntDoubleMap & |
GUSInfo |
|
) |
| |
◆ calcEFactors()
◆ joinData()
◆ logRatio() [1/2]
| bool mgx::DataAnalyzer::logRatio |
( |
double & |
ratio, |
|
|
double & |
upper, |
|
|
double & |
lower |
|
) |
| |
◆ logRatio() [2/2]
| bool mgx::DataAnalyzer::logRatio |
( |
double & |
ratio, |
|
|
double & |
upper, |
|
|
double & |
lower, |
|
|
std::vector< double > |
dataX, |
|
|
std::vector< double > |
dataY |
|
) |
| |
◆ readCellData()
◆ saveEFactors()
◆ smoothAnalyzed()
◆ sortData()
◆ dataX
◆ dataY
◆ efData
◆ filenamesX
◆ filenamesY
◆ perCellAvg
| bool mgx::DataAnalyzer::perCellAvg |
◆ resVecAll
◆ tagTypesX
◆ tagTypesY
The documentation for this class was generated from the following file: