| Modifier and Type | Method and Description |
|---|---|
protected PeptideSpectrum |
PeptideSpectrumReader.newPeakList(PeakList.Precision precision,
double constantIntensity) |
PeptideSpectrum |
PeptideSpectrumReader.read(org.apache.avro.io.Decoder in) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeptideSpectrumWriter.write(PeptideSpectrum spectrum,
org.apache.avro.io.Encoder out) |
| Modifier and Type | Method and Description |
|---|---|
void |
SptxtWriter.write(PeptideSpectrum spectrum) |
| Constructor and Description |
|---|
PeptideFragmentAnnotator(Tolerance tolerance,
PeptideSpectrum theoreticalSpectrum) |
| Modifier and Type | Field and Description |
|---|---|
protected gnu.trove.map.TIntObjectMap<Map<Peptide,SoftReference<PeptideSpectrum>>> |
SoftRefPepSpectrumCache.cache |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<PeptideSpectrum> |
SoftRefPepSpectrumCache.get(Peptide peptide,
int charge) |
com.google.common.base.Optional<PeptideSpectrum> |
PeptideSpectrumCache.get(Peptide peptide,
int charge) |
List<PeptideSpectrum> |
PeptideSpectrumDB.getSpectra(Peak precursor)
Collect all peptide spectra with mass closed to the given precursor peak
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoftRefPepSpectrumCache.put(PeptideSpectrum peptideSpectrum) |
void |
PeptideSpectrumCache.put(PeptideSpectrum peptideSpectrum) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeptideSpectrumDB.getSpectra(Peak precursor,
Collection<PeptideSpectrum> spectrumCollection)
Add all peptide spectra contained in this database that are within tolerance of the precursor to spectrumCollection
|
| Modifier and Type | Method and Description |
|---|---|
PeptideSpectrum |
PeptideFragmenter.fragment(Peptide peptide,
int precursorCharge) |
protected PeptideSpectrum |
PeptideFragmentAnnotator.fragment(Peptide peptidePrecursor,
int precursorCharge) |
protected PeptideSpectrum |
PeptideFragmentAnnotator.fragment(Peptide peptidePrecursor,
int precursorCharge,
int... fragmentCharges) |
PeptideSpectrum |
PeptideFragmenter.fragment(Peptide peptide,
int precursorCharge,
int[] fragmentCharges) |
PeptideSpectrum |
PeptideFragmenter.fragment(Peptide peptide,
int precursorCharge,
List<PeptideFragment> fragmentList,
int[] fragmentCharges) |
| Constructor and Description |
|---|
PeptideMatch(PeptideSpectrum peptideSpectrum,
String scoreName,
double score)
Construct a PeptideMatch from a peptide spectrum and score.
|
| Modifier and Type | Method and Description |
|---|---|
PeptideSpectrum |
PeptideSpectrum.copy(PeakProcessor<PepFragAnnotation,PepFragAnnotation> peakProcessor) |
PeptideSpectrum |
PeptideSpectrum.copy(PeakProcessorChain<PepFragAnnotation> peakProcessorChain) |
| Constructor and Description |
|---|
PeptideSpectrum(PeptideSpectrum src,
PeakProcessor<PepFragAnnotation,PepFragAnnotation> peakProcessor) |
PeptideSpectrum(PeptideSpectrum src,
PeakProcessorChain<PepFragAnnotation> peakProcessorChain) |
Copyright © 2016. All Rights Reserved.