Package | Description |
---|---|
com.compomics.util.experiment.biology |
This package contains experiement classes related to biological entities.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<ModificationMatch> |
Peptide.getModificationMatches()
Getter for the modifications carried by this peptide.
|
Modifier and Type | Method and Description |
---|---|
void |
Peptide.addModificationMatch(ModificationMatch modificationMatch)
Adds a modification match.
|
Constructor and Description |
---|
Peptide(String aSequence,
ArrayList<ModificationMatch> modifications)
Constructor for the peptide.
|
Peptide(String aSequence,
ArrayList<String> parentProteins,
ArrayList<ModificationMatch> modifications)
Deprecated.
use peptide without proteins and remap the peptide to the
proteins a posteriori instead
|
Peptide(String aSequence,
Double mass,
ArrayList<String> parentProteins,
ArrayList<ModificationMatch> modifications)
Deprecated.
use the constructor without mass. The mass will be
recalculated.
|
Copyright © 2013. All Rights Reserved.