| Package | Description |
|---|---|
| org.expasy.mzjava.proteomics.ms.dbsearch |
| Modifier and Type | Method and Description |
|---|---|
Set<Digest> |
DigestDB.getPeptides(double targetMass,
Tolerance tolerance)
Retrieves all the peptides that have a mass that is within
tolerance of
targetMass |
Set<Digest> |
ArrayDigestDB.getPeptides(double targetMass,
Tolerance tolerance) |
| Modifier and Type | Method and Description |
|---|---|
void |
DigestDB.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 |
void |
ArrayDigestDB.getPeptides(double targetMass,
Tolerance tolerance,
Collection<Digest> collection) |
Copyright © 2016. All Rights Reserved.