public final class PeptideUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getNaturalAnalogueSequence(org.helm.notation2.parser.notation.polymer.PolymerNotation polymer)
method to produce for a peptide PolymerNotation the natural analogue
sequence
|
static String |
getSequence(org.helm.notation2.parser.notation.polymer.PolymerNotation polymer)
method to produce for a peptide PolymerNotation the sequence
|
public static String getNaturalAnalogueSequence(org.helm.notation2.parser.notation.polymer.PolymerNotation polymer) throws HELM2HandledException, PeptideUtilsException, ChemistryException
polymer - PolymerNotationHELM2HandledException - if the polymer contains HELM2 featuresPeptideUtilsException - if the polymer is not a peptideChemistryException - if the Chemistry Engine is not initializedpublic static String getSequence(org.helm.notation2.parser.notation.polymer.PolymerNotation polymer) throws HELM2HandledException, PeptideUtilsException, ChemistryException
polymer - PolymerNotationHELM2HandledException - if the polmyer contains HELM2 featuresPeptideUtilsException - is not a peptideChemistryException - if the Chemistry Engine is not initializedCopyright © 2017. All rights reserved.