IncludeExcludeTarget
- class pyopenms.IncludeExcludeTarget
Bases:
objectCython implementation of _IncludeExcludeTarget
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1IncludeExcludeTarget.html
- __init__()
Cython signature: void IncludeExcludeTarget() This class stores a SRM/MRM transition
Cython signature: void IncludeExcludeTarget(IncludeExcludeTarget &)
Methods
Cython signature: void IncludeExcludeTarget()
Cython signature: void addCVTerm(CVTerm & term)
Cython signature: void addConfiguration(Configuration & configuration)
Cython signature: void addInterpretation(CVTermList & interpretation)
Cython signature: void addPrecursorCVTerm(CVTerm & cv_term)
Cython signature: void addPredictionTerm(CVTerm & prediction)
Cython signature: void addProductCVTerm(CVTerm & cv_term)
Cython signature: bool empty()
Cython signature: libcpp_map[String,libcpp_vector[CVTerm]] getCVTerms()
Cython signature: String getCompoundRef()
Cython signature: libcpp_vector[Configuration] getConfigurations()
Cython signature: libcpp_vector[CVTermList] getInterpretations()
Cython signature: String getName()
Cython signature: String getPeptideRef()
Cython signature: CVTermList getPrecursorCVTermList()
Cython signature: double getPrecursorMZ()
Cython signature: CVTermList getPrediction()
Cython signature: CVTermList getProductCVTermList()
Cython signature: double getProductMZ()
Cython signature: RetentionTime getRetentionTime()
Cython signature: bool hasCVTerm(String accession)
Cython signature: void replaceCVTerm(CVTerm & term)
Cython signature: void replaceCVTerms(libcpp_vector[CVTerm] cv_terms, String accession)
Cython signature: void setCVTerms(libcpp_vector[CVTerm] & terms)
Cython signature: void setCompoundRef(const String & compound_ref)
Cython signature: void setConfigurations(libcpp_vector[Configuration] & configuration)
Cython signature: void setInterpretations(libcpp_vector[CVTermList] & interpretations)
Cython signature: void setName(const String & name)
Cython signature: void setPeptideRef(const String & peptide_ref)
Cython signature: void setPrecursorCVTermList(CVTermList & list_)
Cython signature: void setPrecursorMZ(double mz)
Cython signature: void setPrediction(CVTermList & prediction)
Cython signature: void setProductCVTermList(CVTermList & list_)
Cython signature: void setProductMZ(double mz)
Cython signature: void setRetentionTime(RetentionTime rt)
- addCVTerm()
Cython signature: void addCVTerm(CVTerm & term)
- addConfiguration()
Cython signature: void addConfiguration(Configuration & configuration)
- addInterpretation()
Cython signature: void addInterpretation(CVTermList & interpretation)
- addPrecursorCVTerm()
Cython signature: void addPrecursorCVTerm(CVTerm & cv_term)
- addPredictionTerm()
Cython signature: void addPredictionTerm(CVTerm & prediction)
- addProductCVTerm()
Cython signature: void addProductCVTerm(CVTerm & cv_term)
- empty()
Cython signature: bool empty()
- getCVTerms()
Cython signature: libcpp_map[String,libcpp_vector[CVTerm]] getCVTerms()
- getCompoundRef()
Cython signature: String getCompoundRef()
- getConfigurations()
Cython signature: libcpp_vector[Configuration] getConfigurations()
- getInterpretations()
Cython signature: libcpp_vector[CVTermList] getInterpretations()
- getName()
Cython signature: String getName()
- getPeptideRef()
Cython signature: String getPeptideRef()
- getPrecursorCVTermList()
Cython signature: CVTermList getPrecursorCVTermList()
- getPrecursorMZ()
Cython signature: double getPrecursorMZ()
- getPrediction()
Cython signature: CVTermList getPrediction()
- getProductCVTermList()
Cython signature: CVTermList getProductCVTermList()
- getProductMZ()
Cython signature: double getProductMZ()
- getRetentionTime()
Cython signature: RetentionTime getRetentionTime()
- hasCVTerm()
Cython signature: bool hasCVTerm(String accession)
- replaceCVTerm()
Cython signature: void replaceCVTerm(CVTerm & term)
- replaceCVTerms()
Cython signature: void replaceCVTerms(libcpp_vector[CVTerm] cv_terms, String accession)
Cython signature: void replaceCVTerms(libcpp_map[String,libcpp_vector[CVTerm]] cv_term_map)
- setCVTerms()
Cython signature: void setCVTerms(libcpp_vector[CVTerm] & terms)
- setCompoundRef()
Cython signature: void setCompoundRef(const String & compound_ref)
- setConfigurations()
Cython signature: void setConfigurations(libcpp_vector[Configuration] & configuration)
- setInterpretations()
Cython signature: void setInterpretations(libcpp_vector[CVTermList] & interpretations)
- setName()
Cython signature: void setName(const String & name)
- setPeptideRef()
Cython signature: void setPeptideRef(const String & peptide_ref)
- setPrecursorMZ()
Cython signature: void setPrecursorMZ(double mz)
- setPrediction()
Cython signature: void setPrediction(CVTermList & prediction)
- setProductMZ()
Cython signature: void setProductMZ(double mz)
- setRetentionTime()
Cython signature: void setRetentionTime(RetentionTime rt)