MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / getNumberOfMSFiles

Method getNumberOfMSFiles

src/openms/source/METADATA/ExperimentalDesign.cpp:554–562  ·  view source on GitHub ↗

@return the number of MS files (= fractions * fraction_groups)

Source from the content-addressed store, hash-verified

552
553 // @return the number of MS files (= fractions * fraction_groups)
554 unsigned ExperimentalDesign::getNumberOfMSFiles() const
555 {
556 std::set<std::string> unique_paths;
557 for (auto const & r : msfile_section_)
558 {
559 unique_paths.insert(r.path);
560 }
561 return unique_paths.size();
562 }
563
564 bool ExperimentalDesign::isFractionated() const
565 {

Callers 6

testExperimentalDesignFunction · 0.95
readQuantDataMethod · 0.80
fromConsensusMapMethod · 0.80
fromFeatureMapMethod · 0.80
fromIdentificationsMethod · 0.80

Calls 2

insertMethod · 0.45
sizeMethod · 0.45

Tested by 1

testExperimentalDesignFunction · 0.76