| Modifier and Type | Method and Description |
|---|---|
protected PeptideConsensusSpectrum |
PeptideConsensusSpectrumReader.newPeakList(PeakList.Precision precision,
double constantIntensity) |
PeptideConsensusSpectrum |
PeptideConsensusSpectrumReader.read(org.apache.avro.io.Decoder in) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeptideConsensusSpectrumWriter.write(PeptideConsensusSpectrum spectrum,
org.apache.avro.io.Encoder out) |
| Modifier and Type | Method and Description |
|---|---|
protected PeptideConsensusSpectrum |
MsLibReader.parseNextEntry(AbstractMsReader.ParseContext context) |
| Modifier and Type | Method and Description |
|---|---|
static IterativeReader<PeptideConsensusSpectrum> |
MsReaderFactory.newLibrarySpectraReader(File file,
PeakList.Precision precision) |
| Modifier and Type | Method and Description |
|---|---|
void |
SptxtWriter.write(PeptideConsensusSpectrum spectrum) |
| Modifier and Type | Method and Description |
|---|---|
PeptideConsensusSpectrum |
LibrarySpectrumBuilder.build(PeakList.Precision precision,
ModificationResolver modificationResolver,
AnnotationResolver annotationResolver,
boolean acceptUnsortedSpectra) |
| Modifier and Type | Method and Description |
|---|---|
PeptideConsensusSpectrum |
PeptideConsensusSpectrum.BuilderOld.build() |
<A extends PeakAnnotation,S extends PeakList<A>> |
PeptideConsensusSpectrum.Builder.buildConsensus(int charge,
Peptide peptide,
Collection<S> spectra,
Set<String> proteinAccessionNumbers) |
<A extends PeakAnnotation,S extends PeakList<A>> |
PeptideConsensusSpectrum.Builder.buildConsensus(int charge,
Peptide peptide,
Collection<S> spectra,
Set<String> proteinAccessionNumbers,
RetentionTimeList retentionTimes) |
PeptideConsensusSpectrum |
PeptideConsensusSpectrum.copy(PeakProcessor<PepLibPeakAnnotation,PepLibPeakAnnotation> peakProcessor) |
PeptideConsensusSpectrum |
PeptideConsensusSpectrum.copy(PeakProcessorChain<PepLibPeakAnnotation> peakProcessorChain) |
| Constructor and Description |
|---|
PeptideConsensusPeakSink(PeptideConsensusSpectrum consensus,
double peakFraction,
int minPeakCount) |
PeptideConsensusSpectrum(PeptideConsensusSpectrum src,
PeakProcessor<PepLibPeakAnnotation,PepLibPeakAnnotation> peakProcessor)
Copy constructor
|
PeptideConsensusSpectrum(PeptideConsensusSpectrum src,
PeakProcessorChain<PepLibPeakAnnotation> peakProcessorChain) |
Copyright © 2016. All Rights Reserved.