public static interface PeptideSpectrumDB.FragmentDSL
| Modifier and Type | Method and Description |
|---|---|
PeptideSpectrumDB.FragmentDSL |
cachePeptideSpectrumWith(PeptideSpectrumCache cache) |
PeptideSpectrumDB.EndDSL |
generateSequestCidSpectra(PeakList.Precision precision)
Creates a new PeptideFragmenter that generates theoretical spectra like SEQUEST does.
|
PeptideSpectrumDB.EndDSL |
generateSpectra(PeakList.Precision precision,
IonType first,
IonType... rest)
Set the precision of the spectra and ion types that are generated when a theoretical spectrum is created.
|
PeptideSpectrumDB.EndDSL |
generateSpectraWith(PeptideFragmenter peptideFragmenter)
Set the PeptideFragmenter that is used to generate the theoretical spectra.
|
PeptideSpectrumDB.EndDSL |
generateSpectraWithIons(IonType first,
IonType... rest)
Creates a new PeptideFragmenter that generates theoretical spectra using the provided ions.
|
PeptideSpectrumDB.FragmentDSL |
processGeneratedSpectraWith(PeakProcessorChain<PepFragAnnotation> processorChain)
Set the processorChain that is used to process the generated spectra
|
PeptideSpectrumDB.FragmentDSL cachePeptideSpectrumWith(PeptideSpectrumCache cache)
PeptideSpectrumDB.EndDSL generateSpectraWith(PeptideFragmenter peptideFragmenter)
peptideFragmenter - the fragmenter to usePeptideSpectrumDB.EndDSL generateSpectraWithIons(IonType first, IonType... rest)
first - the first ion typerest - the restPeptideSpectrumDB.EndDSL generateSequestCidSpectra(PeakList.Precision precision)
The intensity of the backbone ions is 50 and the intensity of the neutral loss ions is set to 10
precision - PeptideSpectrumDB.EndDSL generateSpectra(PeakList.Precision precision, IonType first, IonType... rest)
precision - the spectrum precisionfirst - the first ion typerest - the restPeptideSpectrumDB.FragmentDSL processGeneratedSpectraWith(PeakProcessorChain<PepFragAnnotation> processorChain)
processorChain - the processor chainCopyright © 2016. All Rights Reserved.