| Modifier and Type | Method and Description |
|---|---|
Peptide |
PeptideReader.read(org.apache.avro.io.Decoder in) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeptideWriter.write(Peptide value,
org.apache.avro.io.Encoder out) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSptxtWriter.write(PeakList<? extends PeakAnnotation> peakList,
Peptide peptide,
Collection<String> proteinAccessionNumbers) |
protected void |
AbstractSptxtWriter.writeComment(PeakList peakList,
Peptide peptide,
Writer writer,
Collection<String> proteinAccessionNumbers) |
protected abstract void |
AbstractSptxtWriter.writeLibId(PeakList peakList,
Peptide peptide,
Writer writer) |
protected void |
SptxtWriter.writeLibId(PeakList peakList,
Peptide peptide,
Writer writer) |
protected void |
AbstractSptxtWriter.writeName(PeakList peakList,
Peptide peptide,
Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Optional<PepFragAnnotation> |
MspAnnotationResolver.parseBackboneAnnotation(String value,
Peptide peptide)
Parses annotations like
|
protected com.google.common.base.Optional<PepFragAnnotation> |
MspAnnotationResolver.parsePrecursorAnnotation(String value,
Peptide peptide)
Parses annotations like
|
List<PepLibPeakAnnotation> |
MspAnnotationResolver.resolveAnnotations(String value,
Peptide peptide) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Optional<PepFragAnnotation> |
SpectraStAnnotationResolver.parseBackboneAnnotation(String value,
Peptide peptide)
Parses annotations like
|
protected com.google.common.base.Optional<PepFragAnnotation> |
SpectraStAnnotationResolver.parsePrecursorAnnotation(String value,
Peptide peptide)
Parses annotations like
|
List<PepLibPeakAnnotation> |
AnnotationResolver.resolveAnnotations(String annotations,
Peptide peptide) |
List<PepLibPeakAnnotation> |
SkipAnnotationResolver.resolveAnnotations(String annotations,
Peptide peptide) |
List<PepLibPeakAnnotation> |
SpectraStAnnotationResolver.resolveAnnotations(String value,
Peptide peptide) |
| Modifier and Type | Method and Description |
|---|---|
Peptide |
PeptideBuilder.build()
Build a Peptide
|
static Peptide |
Peptide.parse(String s)
Parse s to build a Peptide.
|
static Peptide |
Peptide.parse(String s,
ModificationResolver modResolver)
Parse
s to build a Peptide using the modResolver to convert modification strings to
Modification |
Peptide |
Peptide.replace(Set<AminoAcid> oldAAs,
AminoAcid newAa) |
Peptide |
Peptide.subSequence(int beginIndex,
int endIndex)
Returns a new peptide that is a sub sequence of this peptide.
|
Peptide |
Peptide.subSequence(IonType ionType,
int residueNumber)
Create a sub sequence for the give ion type and residue number
Given peptide CERVILAS subSequence(y, 1) will return S, subSequence(b, 1) will return C
subSequence(b, 3) will return CER.
|
| Modifier and Type | Method and Description |
|---|---|
List<Peptide> |
ModifiedPeptideFactory.createVarModPeptides(Peptide peptide) |
| Modifier and Type | Method and Description |
|---|---|
List<Peptide> |
ModifiedPeptideFactory.createVarModPeptides(Peptide peptide) |
| Constructor and Description |
|---|
Peptide(Peptide peptide,
Set<AminoAcid> oldAAs,
AminoAcid newAa) |
PeptideBuilder(Peptide peptide)
Construct a PeptideBuilder initialised to contain the amino acids sequence and modifications
copied from the
peptide |
| Modifier and Type | Method and Description |
|---|---|
List<Peptide> |
ProteinDigester.digest(Protein protein)
Digest
protein |
Collection<Peptide> |
ProteinDigester.digest(Protein protein,
Collection<Peptide> digests)
Digest
protein given a container for digests |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DigestionController.retainDigest(Protein protein,
Peptide digest,
int digestIndex)
Process DigestedPeptide with/without missed cleavages
|
boolean |
LengthDigestionController.retainDigest(Protein protein,
Peptide digest,
int digestIndex) |
boolean |
AcceptAllDigestionController.retainDigest(Protein protein,
Peptide digest,
int digestIndex)
Process DigestedPeptide with/without missed cleavages
|
boolean |
DigestionController.retainSemiDigest(Peptide digest)
Process Semi digested products.
|
boolean |
LengthDigestionController.retainSemiDigest(Peptide digest) |
boolean |
AcceptAllDigestionController.retainSemiDigest(Peptide digest)
Process Semi digested products.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Peptide> |
ProteinDigester.digest(Protein protein,
Collection<Peptide> digests)
Digest
protein given a container for digests |
| Modifier and Type | Method and Description |
|---|---|
Peptide |
PeptideConsensusSpectrum.getPeptide()
Return the peptide
|
| Modifier and Type | Method and Description |
|---|---|
<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.BuilderOld |
PeptideConsensusSpectrum.BuilderOld.peptide(Peptide peptide) |
void |
PeptideConsensusSpectrum.setPeptide(Peptide peptide) |
| Constructor and Description |
|---|
PeptideConsensusSpectrum(Peptide peptide)
Construct a LibrarySpectrum for the
peptide |
PeptideConsensusSpectrum(Peptide peptide,
int initialCapacity,
PeakList.Precision precision)
Construct a Spectrum that has an initial capacity of
initialCapacity and a precision
of precision |
PeptideConsensusSpectrum(Peptide peptide,
int initialCapacity,
PeakList.Precision precision,
Set<UUID> memberIds)
Construct a Spectrum that has an initial capacity of
initialCapacity and a precision
of precision |
PeptideConsensusSpectrum(Peptide peptide,
PeakList.Precision precision)
Construct a Spectrum that has a precision of
precision |
PeptideConsensusSpectrum(Peptide peptide,
PeakList.Precision precision,
Set<UUID> memberIds)
Construct a Spectrum that has a precision of
precision |
PeptideConsensusSpectrum(Peptide peptide,
PeakList.Precision precision,
Set<UUID> memberIDs,
Set<String> proteinAccessionNumbers) |
PeptideConsensusSpectrum(Peptide peptide,
PeakList.Precision precision,
Set<UUID> memberIDs,
Set<String> proteinAccessionNumbers,
RetentionTimeDiscrete retentionTimeDiscrete) |
PeptideConsensusSpectrum(Peptide peptide,
Set<UUID> memberIds)
Construct a LibrarySpectrum for the
peptide |
| Modifier and Type | Field and Description |
|---|---|
protected gnu.trove.map.TIntObjectMap<Map<Peptide,SoftReference<PeptideSpectrum>>> |
SoftRefPepSpectrumCache.cache |
| Modifier and Type | Method and Description |
|---|---|
Peptide |
Digest.getPeptide()
Return the peptide.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
<S extends PeakList<PepFragAnnotation>> |
PeptideFragmentAnnotator.annotate(S peaklist,
Peptide peptide)
Annotate peaklist from peptide at precursor charge
|
<S extends PeakList<PepFragAnnotation>> |
PeptideFragmentAnnotator.annotate(S peaklist,
Peptide peptide,
int precursorCharge)
Annotate peaklist from peptide at specific charge
|
<S extends PeakList<PepFragAnnotation>> |
PeptideFragmentAnnotator.annotate(S peaklist,
Peptide peptide,
int precursorCharge,
int... fragmentCharges)
Annotate peaklist from peptide at specific charge
|
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) |
protected void |
PeptideFragmenter.generateForward(Peptide peptide,
List<PeptideFragment> fragments) |
protected void |
PeptideFragmenter.generateImmonium(Peptide peptide,
List<PeptideFragment> fragments) |
List<AnnotatedPeak<A>> |
PeptidePeakGenerator.generatePeaks(Peptide precursor,
PeptideFragment fragment,
int[] charges,
List<AnnotatedPeak<A>> peaks)
Generate peaks that are observed for the fragment at the supplied charge states.
|
List<AnnotatedPeak<PepFragAnnotation>> |
PeptideNeutralLossPeakGenerator.generatePeaks(Peptide precursor,
PeptideFragment fragment,
int[] charges,
List<AnnotatedPeak<PepFragAnnotation>> peaks) |
List<AnnotatedPeak<PepFragAnnotation>> |
BackbonePeakGenerator.generatePeaks(Peptide precursor,
PeptideFragment fragment,
int[] charges,
List<AnnotatedPeak<PepFragAnnotation>> peaks) |
protected void |
PeptideFragmenter.generateReverse(Peptide peptide,
List<PeptideFragment> fragments) |
| Modifier and Type | Method and Description |
|---|---|
Peptide |
PeptideMatch.toBarePeptide()
Convert this PeptideMatch to a peptide containing only the bare peptide sequence.
|
Peptide |
PeptideMatch.toPeptide()
Convert this PeptideMatch to a peptide
|
Peptide |
PeptideMatch.toPeptide(ModificationMatchResolver modMatchResolver)
Convert this PeptideMatch to a peptide using the supplied
modificationMatchResolver
to convert ModificationMatch instances to Modifications. |
| Modifier and Type | Method and Description |
|---|---|
Peptide |
PeptideSpectrum.getPeptide() |
| Constructor and Description |
|---|
PeptideSpectrum(Peptide peptide,
int charge) |
PeptideSpectrum(Peptide peptide,
int charge,
int initialCapacity,
double constantIntensity,
PeakList.Precision precision) |
PeptideSpectrum(Peptide peptide,
int charge,
int initialCapacity,
PeakList.Precision precision) |
PeptideSpectrum(Peptide peptide,
int charge,
PeakList.Precision precision) |
PeptideSpectrum(Spectrum<PepFragAnnotation> src,
Peptide peptide,
int charge) |
Copyright © 2016. All Rights Reserved.