Package | Description |
---|---|
com.compomics.util.experiment.biology |
This package contains experiement classes related to biological entities.
|
com.compomics.util.gui |
This package contains basic GUI classes.
|
Modifier and Type | Method and Description |
---|---|
AminoAcidPattern |
PTM.getPattern()
Returns the amino acid pattern targeted by this modification.
|
AminoAcidPattern |
Peptide.getSequenceAsPattern()
Returns the sequence of this peptide as AminoAcidPattern.
|
static AminoAcidPattern |
Peptide.getSequenceAsPattern(String sequence)
Returns the given sequence as AminoAcidPattern.
|
AminoAcidPattern |
AminoAcidPattern.getStandardSearchPattern()
Computes a pattern which can be searched by standard search engines,
i.e., a pattern targeting a single amino-acid and not a complex pattern.
|
static AminoAcidPattern |
AminoAcidPattern.getTrypsinExample()
Returns the trypsin example as amino acid pattern.
|
static AminoAcidPattern |
AminoAcidPattern.merge(AminoAcidPattern pattern1,
AminoAcidPattern pattern2)
Convenience method merging two different patterns (see public void
merge(AminoAcidPattern otherPattern) for detailed information of the
merging procedure).
|
Modifier and Type | Method and Description |
---|---|
boolean |
AminoAcidPattern.isSameAs(AminoAcidPattern anotherPattern)
Indicates whether another AminoAcidPattern targets the same pattern.
|
void |
AminoAcidPattern.merge(AminoAcidPattern otherPattern)
Simple merger for two patterns.
|
static AminoAcidPattern |
AminoAcidPattern.merge(AminoAcidPattern pattern1,
AminoAcidPattern pattern2)
Convenience method merging two different patterns (see public void
merge(AminoAcidPattern otherPattern) for detailed information of the
merging procedure).
|
void |
PTM.setPattern(AminoAcidPattern pattern)
Sets the amino acid pattern targeted by this modification.
|
Constructor and Description |
---|
AminoAcidPattern(AminoAcidPattern aminoAcidPattern)
Creates a pattern from another pattern.
|
PTM(int type,
String name,
double mass,
AminoAcidPattern aminoAcidPattern)
Constructor for a reference modification.
|
PTM(int type,
String name,
String shortName,
double mass,
AminoAcidPattern aminoAcidPattern)
Constructor for a reference modification.
|
Modifier and Type | Method and Description |
---|---|
AminoAcidPattern |
AminoAcidPatternDialog.getPattern()
Returns the pattern as edited by the user.
|
Constructor and Description |
---|
AminoAcidPatternDialog(Frame parent,
AminoAcidPattern pattern,
boolean editable)
Creates a new AminoAcidPatternDialog.
|
Copyright © 2013. All Rights Reserved.