|
BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioSampleSet.h>
Public Member Functions | |
| BioSampleSet (const string &sampleName, vector< string > &prbRefs, vector< string > &prbNames, vector< float > &signals) | |
| int | getNumberOfProbes () |
| string | getSampleName () |
| vector< float > | getSignalSet () |
| vector< string > | getProbeReferenceSet () |
| vector< string > | getProbeNameSet () |
| float | getSignal (int probeIndex) |
| string | getProbeName (int probeIndex) |
| string | getProbeReference (int probeIndex) |
| float | getMean () |
| float | getMaximum () |
| float | getMinimum () |
| float | getStandardDeviation () |
| float | getMedian () |
| BioSampleSet | getNormalizedSampleSet () |
| BioSampleSet::BioSampleSet | ( | const string & | sampleName, |
| vector< string > & | prbRefs, | ||
| vector< string > & | prbNames, | ||
| vector< float > & | signals | ||
| ) |
| float BioSampleSet::getMaximum | ( | ) |
| float BioSampleSet::getMean | ( | ) |
| float BioSampleSet::getMedian | ( | ) |
| float BioSampleSet::getMinimum | ( | ) |
| int BioSampleSet::getNumberOfProbes | ( | ) |
| string BioSampleSet::getProbeName | ( | int | probeIndex | ) |
| vector<string> BioSampleSet::getProbeNameSet | ( | ) |
| string BioSampleSet::getProbeReference | ( | int | probeIndex | ) |
| vector<string> BioSampleSet::getProbeReferenceSet | ( | ) |
| string BioSampleSet::getSampleName | ( | ) |
| float BioSampleSet::getSignal | ( | int | probeIndex | ) |
| vector<float> BioSampleSet::getSignalSet | ( | ) |
| float BioSampleSet::getStandardDeviation | ( | ) |