| Package | Description |
|---|---|
| org.expasy.mzjava.proteomics.mol.digest | |
| org.expasy.mzjava.proteomics.ms.dbsearch |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptAllDigestionController
DigestionController that accepts all peptides and does not interrupt the digestion.
|
class |
LengthDigestionController
DigestionController that excludes peptides that fall outside the length range.
|
| Modifier and Type | Method and Description |
|---|---|
ProteinDigester.Builder |
ProteinDigester.Builder.controller(DigestionController cb) |
| Modifier and Type | Method and Description |
|---|---|
ArrayDigestDB.Builder |
ArrayDigestDB.Builder.setDigestionController(DigestionController digestionController)
Set the controller for the digest.
|
PeptideSpectrumDB.DigestDSL |
PeptideSpectrumDB.DigestDSL.useDigestionController(DigestionController digestionController)
Set the digestion controller that is used by the digester
|
Copyright © 2016. All Rights Reserved.