pyopenms-docs
pyopenms-docs copied to clipboard
pyOpenMS readthedocs documentation, additional utilities, addons, scripts, and examples.
https://github.com/OpenMS/OpenMS/issues/5697
I.e. in OpenMS jenkins release job trigger creation of "release/X.Y.Z" and use rules in ReadTheDocs. So that a new version of the documentation is generated on each release.
add to https://pyopenms.readthedocs.io/en/latest/parameter_handling.html how to getDescription in a nice way
Wrapping: - [ ] ./src/openms/include/OpenMS/METADATA/IonSource.h ``` static const std::string NamesOfPolarity[SIZE_OF_POLARITY]; static const std::string NamesOfInletType[SIZE_OF_INLETTYPE]; static const std::string NamesOfIonizationMethod[SIZE_OF_IONIZATIONMETHOD]; ``` - [ ] ./src/openms/include/OpenMS/ANALYSIS/QUANTITATION/IsotopeLabelingMDVs.h: ``` static const std::string NamesOfDerivatizationAgent[static_cast(DerivatizationAgent::SIZE_OF_DERIVATIZATIONAGENT)]; static const...
Add target / decoy creation, PeptideIndexer, FDR, filtering https://pyopenms.readthedocs.io/en/latest/peptide_search.html#simplesearch also protein inference at the end
Targeted proteomics Targeted proteomics/metabolomics is based on a list of known analytes (proteins, metabolites). Targeted methods are in contrast to so-called discovery mode or shotgun proteomics, where proteins/metabolites are identified...
Label-free quantification Label-free quantification is a method that aims to determine the relative amount of proteins in two or more biological samples. It may be based on precursor signal intensity...
This material is from a past lecture and can be reused. It should nevertheless be reviewed. ------------------ Types of chromatography (TLC, LC, GC) Chromatography is used to separate a mixture,...