Representation of a digestion enzyme for RNA (RNase)
Definition DigestionEnzymeRNA.h:32
std::string getFivePrimeGain() const
returns the 5' gain (as a nucleotide modification code)
std::string getCutsAfterRegEx() const
returns the "cuts after ..." regular expression
std::string getThreePrimeGain() const
returns the 3' gain (as a nucleotide modification code)
std::string three_prime_gain_
Definition DigestionEnzymeRNA.h:66
void setThreePrimeGain(const std::string &value)
sets the 3' gain (as a nucleotide modification code)
void setFivePrimeGain(const std::string &value)
sets the 5' gain (as a nucleotide modification code)
void setCutsBeforeRegEx(const std::string &value)
sets the "cuts before ..." regular expression
std::string getCutsBeforeRegEx() const
returns the "cuts before ..." regular expression
std::string cuts_before_regex_
Definition DigestionEnzymeRNA.h:69
bool setValueFromFile(const std::string &key, const std::string &value) override
Set the value of a member variable based on an entry from an input file.
std::string five_prime_gain_
Definition DigestionEnzymeRNA.h:67
void setCutsAfterRegEx(const std::string &value)
sets the "cuts after ..." regular expression
std::string cuts_after_regex_
Definition DigestionEnzymeRNA.h:68
Base class for digestion enzymes.
Definition DigestionEnzyme.h:29
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
DigestionEnzymeRNA RNase
Definition DigestionEnzymeRNA.h:72