Package | Description |
---|---|
de.mpc.prolic.misc | |
de.mpc.prolic.model |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<Peptide> |
Tools.removeModificationsFromPeptideSet(java.util.ArrayList<Peptide> aPeptSet,
java.lang.String regExPTM)
Removes the modification information from all peptides in a given peptide set.
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<Peptide> |
Tools.removeModificationsFromPeptideSet(java.util.ArrayList<Peptide> aPeptSet,
java.lang.String regExPTM)
Removes the modification information from all peptides in a given peptide set.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Peptide> |
Protein.getPeptides() |
Modifier and Type | Method and Description |
---|---|
void |
Protein.addPeptide(Peptide peptide_)
Adding a peptide to the protein.
|
Modifier and Type | Method and Description |
---|---|
void |
Protein.setPeptides(java.util.ArrayList<Peptide> peptides_) |