public interface DigestDB
| Modifier and Type | Interface and Description |
|---|---|
static class |
DigestDB.AmbiguousAminoAcidAction
The action to take if a peptide that have amino acids that are ambiguous (Z, B etc) are returned by the digester
|
| Modifier and Type | Method and Description |
|---|---|
Set<Digest> |
getPeptides(double targetMass,
Tolerance tolerance)
Retrieves all the peptides that have a mass that is within
tolerance of
targetMass |
void |
getPeptides(double targetMass,
Tolerance tolerance,
Collection<Digest> collection)
Add all the peptides that have a mass that is within tolerance of
targetMass to
the peptides collection |
Set<Digest> getPeptides(double targetMass, Tolerance tolerance)
targetMasstargetMass - the target masstolerance - the tolerancetargetMassvoid getPeptides(double targetMass,
Tolerance tolerance,
Collection<Digest> collection)
targetMass to
the peptides collectiontargetMass - the target masstolerance - the tolerancecollection - collection to which the peptides are to be addedCopyright © 2016. All Rights Reserved.