![]() |
OpenMS
|
Public Member Functions | |
| map< char, double > | encodeAAHist_ (const AASequence &aa_seq) |
| map< char, double > | encodeNAHist_ (const String &seq) |
| std::tuple< SimpleSVM::PredictorMap, map< size_t, double > > | buildPredictorsAndResponseFromIdentifiedFeatures_ (const FeatureMap &features) |
| std::tuple< SimpleSVM::PredictorMap, map< size_t, double > > | buildPredictorsAndResponse_ (const PeptideIdentificationList &peptides, bool all_hits) |
| void | train (const std::string &spectra_filename, PeptideIdentificationList peptides, const vector< ProteinIdentification > &proteins) |
| void | annotatePredictions_ (const vector< SimpleSVM::Prediction > &preds, PeptideIdentificationList &peptides, bool all_hits) |
| void | predict (PeptideIdentificationList &peptides) |
Public Attributes | |
| SimpleSVM | svm |
| String | nucleotides = "CATGUXS" |
| String | amino_acids = "ACDEFGHIKLMNPQRSTVWYkmsty" |
|
inline |
References MetaInfoInterface::setMetaValue().
Referenced by predict().
|
inline |
References amino_acids, encodeAAHist_(), encodeNAHist_(), PeptideHit::getCharge(), MetaInfoInterface::getMetaValue(), PeptideHit::getSequence(), nucleotides, OpenMS::RT, and AASequence::toUnmodifiedString().
Referenced by predict().
|
inline |
References amino_acids, encodeAAHist_(), encodeNAHist_(), MetaInfoInterface::getMetaValue(), PeptideHit::getSequence(), nucleotides, OpenMS::RT, and AASequence::toUnmodifiedString().
Referenced by train().
|
inline |
Referenced by buildPredictorsAndResponse_(), and buildPredictorsAndResponseFromIdentifiedFeatures_().
|
inline |
Referenced by buildPredictorsAndResponse_(), and buildPredictorsAndResponseFromIdentifiedFeatures_().
|
inline |
References annotatePredictions_(), buildPredictorsAndResponse_(), SimpleSVM::predict(), and svm.
|
inline |
References PeakFileOptions::addMSLevel(), buildPredictorsAndResponseFromIdentifiedFeatures_(), FeatureFinderIdentificationAlgorithm::getMSData(), MzMLFile::getOptions(), DefaultParamHandler::getParameters(), MzMLFile::load(), FeatureFinderIdentificationAlgorithm::run(), DefaultParamHandler::setParameters(), SimpleSVM::setup(), Param::setValue(), and svm.
| String amino_acids = "ACDEFGHIKLMNPQRSTVWYkmsty" |
Referenced by buildPredictorsAndResponse_(), and buildPredictorsAndResponseFromIdentifiedFeatures_().
| String nucleotides = "CATGUXS" |
Referenced by buildPredictorsAndResponse_(), and buildPredictorsAndResponseFromIdentifiedFeatures_().