| Modifier and Type | Class and Description |
|---|---|
class |
MonitoredIterativeReader<T>
MonitoredIterativeReader monitors the progression of IterativeReader reads.
|
| Constructor and Description |
|---|
MonitoredIterativeReader(IterativeReader<T> reader) |
MonitoredIterativeReader(IterativeReader<T> reader,
ConsoleProgressBar.View view) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcatIterativeReader<T>
Combines multiple IterativeReaders into a single IterativeReader.
|
| Modifier and Type | Field and Description |
|---|---|
static IterativeReader<Object> |
IterativeReader.EMPTY_READER
The empty IterativeReader.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> IterativeReader<T> |
IterativeReaders.empty() |
static <T> IterativeReader<T> |
IterativeReaders.fromCollection(Collection<T> collection) |
static <T> IterativeReader<T> |
IterativeReaders.fromIterator(Iterator<T> it) |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
IterativeReaders.toArrayList(IterativeReader<T> reader) |
| Constructor and Description |
|---|
ConcatIterativeReader(IterativeReader<T>... readers)
Create an IterativeReader that iterates over the readers in
readers |
| Constructor and Description |
|---|
ConcatIterativeReader(Collection<IterativeReader<T>> inputs)
Create an IterativeReader that iterates over the readers in
inputs |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMgfReader<A extends PeakAnnotation,S extends Spectrum<A>>
To extend how the TITLE line is handled add more TitleParser instances using addTitleParser
|
class |
AbstractMsReader<A extends PeakAnnotation,S extends Spectrum<A>> |
class |
MgfReader |
class |
MzxmlReader |
| Modifier and Type | Class and Description |
|---|---|
class |
BioJavaFastaProteinReader
A Protein reader based on biojava3 FastaReader object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EbiMzmlReader<S extends MsnSpectrum>
EbiMzmlReader is a wrapper over jmzml reader provided by EBI (https://code.google.com/p/jmzml/)
that fully support mzML 1.1.0 specifications (http://www.psidev.info/mzml_1_0_0%20).
|
| Modifier and Type | Class and Description |
|---|---|
class |
HadoopSpectraReader<A extends PeakAnnotation,S extends Spectrum<A>> |
| Modifier and Type | Class and Description |
|---|---|
class |
FastaProteinReader
A reader for FASTA formatted files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DtaReader
A simple DTA reader.
|
class |
MsLibReader |
class |
MspReader
An IterativeReader that can read nist msp files.
|
class |
SptxtReader |
| Modifier and Type | Method and Description |
|---|---|
static IterativeReader<PeptideConsensusSpectrum> |
MsReaderFactory.newLibrarySpectraReader(File file,
PeakList.Precision precision) |
static IterativeReader<MsnSpectrum> |
MsReaderFactory.newMsnSpectraReader(File file,
PeakList.Precision precision) |
| Modifier and Type | Method and Description |
|---|---|
PeptideSpectrumDB.DigestDSL |
PeptideSpectrumDB.DigestSourceDSL.setProteinSource(IterativeReader<Protein> reader)
Set the IterativeReader
reader as the protein source. |
| Constructor and Description |
|---|
ArrayDigestDB.Builder(IterativeReader<Protein> reader,
Protease protease,
int missedCleavages)
Create a bulder that build a ArrayDigestDB that digests proteins from the
reader using the
protease with missedCleavages missed cleavages. |
ArrayDigestDB(IterativeReader<Protein> proteinReader,
ProteinDigester proteinDigester,
DigestDB.AmbiguousAminoAcidAction ambiguousAminoAcidAction)
Construct a new ArrayDigestDB.
|
Copyright © 2016. All Rights Reserved.