File adapter for MzTab files.
More...
#include <OpenMS/FORMAT/MSstatsFile.h>
|
| MSstatsFile ()=default |
| Default constructor. More...
|
|
| ~MSstatsFile ()=default |
| Destructor. More...
|
|
void | storeLFQ (const String &filename, const ConsensusMap &consensus_map, const ExperimentalDesign &design, const StringList &reannotate_filenames, const bool is_isotope_label_type, const String &bioreplicate, const String &condition, const String &retention_time_summarization_method) |
| store label free experiment (MSstats) More...
|
|
void | storeISO (const String &filename, const ConsensusMap &consensus_map, const ExperimentalDesign &design, const StringList &reannotate_filenames, const String &bioreplicate, const String &condition, const String &mixture, const String &retention_time_summarization_method) |
| store isobaric experiment (MSstatsTMT) More...
|
|
|
static void | checkConditionLFQ_ (const ExperimentalDesign::SampleSection &sampleSection, const String &bioreplicate, const String &condition) |
|
static void | checkConditionISO_ (const ExperimentalDesign::SampleSection &sampleSection, const String &bioreplicate, const String &condition, const String &mixture) |
|
static void | assembleRunMap_ (std::map< std::pair< String, unsigned >, unsigned > &run_map, const ExperimentalDesign &design) |
|
static bool | checkUnorderedContent_ (const std::vector< String > &first, const std::vector< String > &second) |
|
static std::unordered_map< OpenMS::String, const IndProtGrp * > | getAccessionToGroupMap_ (const IndProtGrps &ind_prots) |
|
File adapter for MzTab files.
◆ OpenMS::MSstatsFile::AggregatedConsensusInfo
struct OpenMS::MSstatsFile::AggregatedConsensusInfo |
Class Members |
vector< vector< String > > |
consensus_feature_filenames |
|
vector< vector< Intensity > > |
consensus_feature_intensities |
|
vector< vector< unsigned > > |
consensus_feature_labels |
|
vector< vector< Coordinate > > |
consensus_feature_retention_times |
|
vector< BaseFeature > |
features |
|
◆ Coordinate
◆ Intensity
◆ MSstatsFile()
◆ ~MSstatsFile()
◆ aggregateInfo_()
◆ assembleRunMap_()
static void assembleRunMap_ |
( |
std::map< std::pair< String, unsigned >, unsigned > & |
run_map, |
|
|
const ExperimentalDesign & |
design |
|
) |
| |
|
staticprivate |
◆ checkConditionISO_()
◆ checkConditionLFQ_()
◆ checkUnorderedContent_()
static bool checkUnorderedContent_ |
( |
const std::vector< String > & |
first, |
|
|
const std::vector< String > & |
second |
|
) |
| |
|
staticprivate |
◆ constructFile_()
void constructFile_ |
( |
const String & |
retention_time_summarization_method, |
|
|
const bool |
rt_summarization_manual, |
|
|
TextFile & |
csv_out, |
|
|
const std::set< String > & |
peptideseq_quantifyable, |
|
|
LineType & |
peptideseq_to_prefix_to_intensities |
|
) |
| const |
|
private |
◆ getAccessionToGroupMap_()
◆ isQuantifyable_()
bool isQuantifyable_ |
( |
const std::set< String > & |
accs, |
|
|
const std::unordered_map< String, const IndProtGrp * > & |
accession_to_group |
|
) |
| const |
|
private |
◆ meanIntensity_()
◆ storeISO()
store isobaric experiment (MSstatsTMT)
◆ storeLFQ()
store label free experiment (MSstats)
◆ sumIntensity_()
◆ accdelim_
const char accdelim_ = ';' |
|
staticprivate |
◆ delim_
◆ na_string_
◆ quote_