public interface TagComponent
Modifier and Type | Method and Description |
---|---|
String |
asSequence()
Returns the tag component as String like a peptide sequence.
|
Double |
getMass()
Returns the mass of the tag component.
|
boolean |
isSameAs(TagComponent anotherCompontent,
AminoAcidPattern.MatchingType matchingType,
Double massTolerance)
Indicates whether another component is the same as the component of
interest.
|
boolean |
isSameSequenceAndModificationStatusAs(TagComponent anotherCompontent,
AminoAcidPattern.MatchingType matchingType,
Double massTolerance)
Indicates whether another component is the same as the component of
interest.
|
String asSequence()
Double getMass()
boolean isSameAs(TagComponent anotherCompontent, AminoAcidPattern.MatchingType matchingType, Double massTolerance)
anotherCompontent
- another componentmatchingType
- the amino acid matching typemassTolerance
- the mass tolerance to use to consider amino acids as
indistinguishableboolean isSameSequenceAndModificationStatusAs(TagComponent anotherCompontent, AminoAcidPattern.MatchingType matchingType, Double massTolerance)
anotherCompontent
- another componentmatchingType
- the amino acid matching typemassTolerance
- the mass tolerance to use to consider amino acids as
indistinguishableCopyright © 2014. All rights reserved.