|
OpenMS
2.5.0
|
Go to the documentation of this file.
61 Size findMinimalProteinList(
const std::vector<PeptideIdentification> & peptide_ids);
63 void calculateProteinProbabilities(
const std::vector<PeptideIdentification> & ids);
67 double getProteinProbability(
const String & acc);
69 bool isProteinInMinimalList(
const String & acc);
70 Int getNumberOfProtIds(
double protein_id_threshold);
71 Int getNumberOfProtIdsPeptideRule(
Int min_peptides, std::map<
String, std::set<String> > & prot_id_counter);
OpenMS identification format (.idXML)
Definition: FileTypes.h:66
Base class for TOPP applications.
Definition: TOPPBase.h:144
void store(const String &filename, const std::vector< ProteinIdentification > &poid, const std::vector< PeptideIdentification > &peid) const
Stores the identifications in a MzIdentML file.
static void addCONCATSEFeatures(std::vector< PeptideIdentification > &peptide_id_list, StringList &search_engines_used, StringList &feature_set)
addCONCATSEFeatures
void store(const String &filename, const std::vector< ProteinIdentification > &protein_ids, const std::vector< PeptideIdentification > &peptide_ids, const String &document_id="")
Stores the data in an idXML file.
static void mergeMULTISEProteinIds(std::vector< ProteinIdentification > &all_protein_ids, std::vector< ProteinIdentification > &new_protein_ids)
mergeMULTISEProteinIds
static void addMSGFFeatures(std::vector< PeptideIdentification > &peptide_ids, StringList &feature_set)
addMSGFFeatures
static FileTypes::Type getTypeByFileName(const String &filename)
Determines the file type from a file name.
A more convenient string class.
Definition: String.h:58
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
static bool contains(const std::vector< T > &container, const E &elem)
Checks whether the element elem is contained in the given container.
Definition: ListUtils.h:146
LPWrapper::SOLVER getSolver()
Definition: PSProteinInference.h:78
mzIdentML (HUPO PSI AnalysisXML followup format) (.mzid)
Definition: FileTypes.h:77
static void addMULTISEFeatures(std::vector< PeptideIdentification > &peptide_ids, StringList &search_engines_used, StringList &feature_set, bool complete_only=true, bool limits_imputation=false)
addMULTISEFeatures
static void addMASCOTFeatures(std::vector< PeptideIdentification > &peptide_ids, StringList &feature_set)
addMASCOTFeatures
static void mergeMULTISEPeptideIds(std::vector< PeptideIdentification > &all_peptide_ids, std::vector< PeptideIdentification > &new_peptide_ids, String search_engine)
mergeMULTISEPeptideIds
Unknown file extension.
Definition: FileTypes.h:60
#define OPENMS_LOG_WARN
Macro if a warning, a piece of information which should be read by the user, should be logged.
Definition: LogStream.h:460
static void checkExtraFeatures(const std::vector< PeptideHit > &psms, StringList &extra_features)
checkExtraFeatures
void load(const String &filename, std::vector< ProteinIdentification > &protein_ids, std::vector< PeptideIdentification > &peptide_ids)
Loads the identifications of an idXML file without identifier.
static String concatenate(const std::vector< T > &container, const String &glue="")
Concatenates all elements of the container and puts the glue string between elements.
Definition: ListUtils.h:193
File adapter for MzIdentML files.
Definition: MzIdentMLFile.h:67
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
LPWrapper::SOLVER solver_
Definition: PSProteinInference.h:87
String db
The used database.
Definition: ProteinIdentification.h:224
Facilitates file handling by file type recognition.
Definition: FileHandler.h:62
static void concatMULTISEPeptideIds(std::vector< PeptideIdentification > &all_peptide_ids, std::vector< PeptideIdentification > &new_peptide_ids, String search_engine)
concatMULTISEPeptideIds
Type
Actual file types enum.
Definition: FileTypes.h:58
std::vector< double > probabilities_
Definition: PSProteinInference.h:86
#define OPENMS_LOG_DEBUG
Macro for general debugging information.
Definition: LogStream.h:470
static FileTypes::Type getType(const String &filename)
Tries to determine the file type (by name or content)
static void addXTANDEMFeatures(std::vector< PeptideIdentification > &peptide_ids, StringList &feature_set)
addXTANDEMFeatures
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
std::vector< String > accessions_
Definition: PSProteinInference.h:85
void load(const String &filename, std::vector< ProteinIdentification > &poid, std::vector< PeptideIdentification > &peid)
Loads the identifications from a MzIdentML file.
int main(int argc, const char **argv)
Definition: INIFileEditor.cpp:73
This class implements protein inference for the precursor ion selection strategies.
Definition: PSProteinInference.h:52
#define OPENMS_LOG_ERROR
Macro to be used if non-fatal error are reported (processing continues)
Definition: LogStream.h:455
static Type nameToType(const String &name)
Converts a file type name into a Type.
SOLVER
Definition: LPWrapper.h:130
#define OPENMS_LOG_INFO
Macro if a information, e.g. a status should be reported.
Definition: LogStream.h:465
Search parameters of the DB search.
Definition: ProteinIdentification.h:221
void setSolver(LPWrapper::SOLVER solver)
Definition: PSProteinInference.h:73
std::vector< String > minimal_protein_list_accessions_
Definition: PSProteinInference.h:84
Used to load and store idXML files.
Definition: IdXMLFile.h:63
static void addCOMETFeatures(std::vector< PeptideIdentification > &peptide_ids, StringList &feature_set)
addCOMETFeatures