| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLibPeakAnnotationWriter<A extends LibPeakAnnotation> |
| Modifier and Type | Method and Description |
|---|---|
LibPeakAnnotation |
LibPeakAnnotationReader.read(org.apache.avro.io.Decoder in) |
| Modifier and Type | Method and Description |
|---|---|
void |
LibPeakAnnotationWriter.write(LibPeakAnnotation value,
org.apache.avro.io.Encoder out) |
void |
AbstractLibPeakAnnotationWriter.writeLibAnnotation(LibPeakAnnotation annotation,
org.apache.avro.io.Encoder out) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConsensusSpectrumBuilder<A extends LibPeakAnnotation,B extends AbstractConsensusSpectrumBuilder<A,B,C>,C extends ConsensusSpectrum<A>> |
class |
ConsensusPeakSink<A extends LibPeakAnnotation>
Peak filter that retains peaks that have a mergedPeakCount that is >= absoluteMinPeakCount && >= peakFraction*consensusSize.
|
class |
ConsensusSpectrum<A extends LibPeakAnnotation> |
| Modifier and Type | Method and Description |
|---|---|
ConsensusSpectrum<LibPeakAnnotation> |
ConsensusSpectrum.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractConsensusSpectrumBuilder.calculatePrecursor(ConsensusSpectrum<? extends LibPeakAnnotation> consensus) |
protected void |
ConsensusSpectrum.Builder.calculatePrecursor(ConsensusSpectrum<? extends LibPeakAnnotation> consensus) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMergePeakFilter<IN extends PeakAnnotation,OUT extends LibPeakAnnotation>
Class to merge peaks that are close together.
|
| Modifier and Type | Method and Description |
|---|---|
protected LibPeakAnnotation |
LibraryMergePeakFilter.createPeakAnnotation(int peakCount,
double mzStd,
double intensityStd) |
| Modifier and Type | Method and Description |
|---|---|
LibPeakAnnotation |
LibPeakAnnotation.copy() |
| Constructor and Description |
|---|
LibPeakAnnotation(LibPeakAnnotation src) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PeptideConsensusSpectrum.BuilderOld.calculatePrecursor(ConsensusSpectrum<? extends LibPeakAnnotation> consensus) |
| Modifier and Type | Class and Description |
|---|---|
class |
PepLibPeakAnnotation
Class to store annotations of consensus peaks.
|
Copyright © 2016. All Rights Reserved.