Rosetta
|
Declarations for helper functions for the parsing of enzyme consensus sequences. More...
#include <utility/vector1.hh>
#include <string>
Namespaces | |
core | |
A class for reading in the atom type properties. | |
core::enzymes | |
Functions | |
utility::vector1< utility::vector1< std::string > > | core::enzymes::get_3_letter_codes_from_peptide_consensus_sequence (std::string const &sequence) |
Parse a peptide consensus sequence and return a list of AA residue 3-letter codes. More... | |
utility::vector1< utility::vector1< std::string > > | core::enzymes::get_3_letter_codes_from_NA_consensus_sequence (std::string const &sequence) |
Parse a nucleic acid consensus sequence and return a list of NA residue 3-letter codes. More... | |
utility::vector1< utility::vector1< std::string > > | core::enzymes::get_codes_from_saccharide_consensus_sequence (std::string const &sequence) |
Parse a saccharide consensus sequence and return a list of monosaccharide residue codes. More... | |
Declarations for helper functions for the parsing of enzyme consensus sequences.