|
OpenMS
2.5.0
|
Go to the documentation of this file.
83 void generateSeedList(std::vector<PeptideIdentification> & peptides,
84 SeedList & seeds,
bool use_peptide_mass =
false);
void generateSeedLists(const ConsensusMap &consensus, Map< UInt64, SeedList > &seed_lists)
Generate seed lists based on a consensus map.
OpenMS identification format (.idXML)
Definition: FileTypes.h:66
Base class for TOPP applications.
Definition: TOPPBase.h:144
Base::iterator Iterator
Definition: Map.h:80
General data processing (if no other term applies)
Definition: DataProcessing.h:60
MzML file (.mzML)
Definition: FileTypes.h:72
File adapter for MzML files.
Definition: MzMLFile.h:55
A more convenient string class.
Definition: String.h:58
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
OpenMS consensus map format (.consensusXML)
Definition: FileTypes.h:67
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
void convertSeedList(const SeedList &seeds, FeatureMap &features)
Convert a list of seed positions to a feature map (expected format for FeatureFinder)
void load(const String &filename, std::vector< ProteinIdentification > &protein_ids, std::vector< PeptideIdentification > &peptide_ids)
Loads the identifications of an idXML file without identifier.
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
OpenMS feature file (.featureXML)
Definition: FileTypes.h:65
void load(const String &filename, PeakMap &map)
Loads a map from a MzML file. Spectra and chromatograms are sorted by default (this can be disabled u...
void load(const String &filename, FeatureMap &feature_map)
loads the file with name filename into map and calls updateRanges().
Type
Actual file types enum.
Definition: FileTypes.h:58
static FileTypes::Type getType(const String &filename)
Tries to determine the file type (by name or content)
void generateSeedList(const PeakMap &experiment, SeedList &seeds)
Generate a seed list based on an MS experiment.
A container for consensus elements.
Definition: ConsensusMap.h:79
const std::vector< PeptideIdentification > & getUnassignedPeptideIdentifications() const
non-mutable access to the unassigned peptide identifications
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
void store(const String &filename, const FeatureMap &feature_map)
stores the map feature_map in file with name filename.
void load(const String &filename, ConsensusMap &map)
Loads a consensus map from file and calls updateRanges.
int main(int argc, const char **argv)
Definition: INIFileEditor.cpp:73
const ColumnHeaders & getColumnHeaders() const
Non-mutable access to the file descriptions.
A container for features.
Definition: FeatureMap.h:95
Generate seed lists for feature detection.
Definition: SeedListGenerator.h:56
This class provides Input/Output functionality for feature maps.
Definition: FeatureXMLFile.h:68
std::vector< DPosition< 2 > > SeedList
List of seed positions.
Definition: SeedListGenerator.h:61
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:50
This class provides Input functionality for ConsensusMaps and Output functionality for alignments and...
Definition: ConsensusXMLFile.h:61
Used to load and store idXML files.
Definition: IdXMLFile.h:63