public static interface PeptideSpectrumDB.DigestDSL
| Modifier and Type | Method and Description |
|---|---|
PeptideSpectrumDB.DigestDSL |
digestWith(Protease protease)
Set the Protease that is used to digest the proteins.
|
PeptideSpectrumDB.DigestDSL |
onAmbiguousAminoAcid(DigestDB.AmbiguousAminoAcidAction ambiguousAminoAcidAction)
Set what happens when an ambiguous amino acid is found.
|
PeptideSpectrumDB.DigestDSL |
retainPeptidesOfLength(int min,
int max)
Only retain peptides that have a length >=
min and <= max |
PeptideSpectrumDB.FragmentDSL |
setMissedCleavagesTo(int missedCleavages)
Set the number of missed cleavages that is allowed by the digester.
|
PeptideSpectrumDB.DigestDSL |
useDigestionController(DigestionController digestionController)
Set the digestion controller that is used by the digester
|
PeptideSpectrumDB.DigestDSL digestWith(Protease protease)
protease - the ProteasePeptideSpectrumDB.FragmentDSL setMissedCleavagesTo(int missedCleavages)
missedCleavages - the number of missed cleavagesPeptideSpectrumDB.DigestDSL retainPeptidesOfLength(int min, int max)
min and <= maxmin - the minimum peptide length, inclusivemax - the maximum peptide length, inclusivePeptideSpectrumDB.DigestDSL onAmbiguousAminoAcid(DigestDB.AmbiguousAminoAcidAction ambiguousAminoAcidAction)
ambiguousAminoAcidAction - the fail behaviourPeptideSpectrumDB.DigestDSL useDigestionController(DigestionController digestionController)
digestionController - the digestion controllerCopyright © 2016. All Rights Reserved.