- BAM_MAGIC - Static variable in class org.seqdoop.hadoop_bam.util.SAMOutputPreparer
-
- BAMInputFormat - Class in org.seqdoop.hadoop_bam
-
An InputFormat for BAM files.
- BAMInputFormat() - Constructor for class org.seqdoop.hadoop_bam.BAMInputFormat
-
- BAMOutputFormat<K> - Class in org.seqdoop.hadoop_bam
-
Currently this only locks down the value type of the OutputFormat: contains no functionality.
- BAMOutputFormat() - Constructor for class org.seqdoop.hadoop_bam.BAMOutputFormat
-
- BAMRecordReader - Class in org.seqdoop.hadoop_bam
-
The key is the bitwise OR of the reference sequence ID in the upper 32 bits
and the 0-based leftmost coordinate in the lower.
- BAMRecordReader() - Constructor for class org.seqdoop.hadoop_bam.BAMRecordReader
-
- BAMRecordWriter<K> - Class in org.seqdoop.hadoop_bam
-
A base RecordWriter for BAM records.
- BAMRecordWriter(Path, Path, boolean, TaskAttemptContext) - Constructor for class org.seqdoop.hadoop_bam.BAMRecordWriter
-
A SAMFileHeader is read from the input Path.
- BAMRecordWriter(Path, SAMFileHeader, boolean, TaskAttemptContext) - Constructor for class org.seqdoop.hadoop_bam.BAMRecordWriter
-
- BAMRecordWriter(OutputStream, SAMFileHeader, boolean) - Constructor for class org.seqdoop.hadoop_bam.BAMRecordWriter
-
- BAMSplitGuesser - Class in org.seqdoop.hadoop_bam
-
A class for heuristically finding BAM record positions inside an area of
a BAM file.
- BAMSplitGuesser(SeekableStream, Configuration) - Constructor for class org.seqdoop.hadoop_bam.BAMSplitGuesser
-
The stream must point to a valid BAM file, because the header is read
from it.
- BAMSplitGuesser(SeekableStream, InputStream, Configuration) - Constructor for class org.seqdoop.hadoop_bam.BAMSplitGuesser
-
- baseQualityFormat - Variable in class org.seqdoop.hadoop_bam.FastqOutputFormat.FastqRecordWriter
-
- BCFRecordReader - Class in org.seqdoop.hadoop_bam
-
- BCFRecordReader() - Constructor for class org.seqdoop.hadoop_bam.BCFRecordReader
-
- BCFRecordWriter<K> - Class in org.seqdoop.hadoop_bam
-
A base RecordWriter for compressed BCF.
- BCFRecordWriter(Path, Path, boolean, TaskAttemptContext) - Constructor for class org.seqdoop.hadoop_bam.BCFRecordWriter
-
A VCF header is read from the input Path, which should refer to a VCF or
BCF file.
- BCFRecordWriter(Path, VCFHeader, boolean, TaskAttemptContext) - Constructor for class org.seqdoop.hadoop_bam.BCFRecordWriter
-
- BCFRecordWriter(OutputStream, VCFHeader, boolean) - Constructor for class org.seqdoop.hadoop_bam.BCFRecordWriter
-
- BCFSplitGuesser - Class in org.seqdoop.hadoop_bam
-
A class for heuristically finding BCF record positions inside an area of
a BCF file.
- BCFSplitGuesser(SeekableStream) - Constructor for class org.seqdoop.hadoop_bam.BCFSplitGuesser
-
The stream must point to a valid BCF file, because the header is read
from it.
- BCFSplitGuesser(SeekableStream, InputStream) - Constructor for class org.seqdoop.hadoop_bam.BCFSplitGuesser
-
- BGZFBlockIndex - Class in org.seqdoop.hadoop_bam.util
-
- BGZFBlockIndex() - Constructor for class org.seqdoop.hadoop_bam.util.BGZFBlockIndex
-
- BGZFBlockIndex(File) - Constructor for class org.seqdoop.hadoop_bam.util.BGZFBlockIndex
-
- BGZFBlockIndex(InputStream) - Constructor for class org.seqdoop.hadoop_bam.util.BGZFBlockIndex
-
- BGZFBlockIndexer - Class in org.seqdoop.hadoop_bam.util
-
- BGZFBlockIndexer(int) - Constructor for class org.seqdoop.hadoop_bam.util.BGZFBlockIndexer
-
- BGZFCodec - Class in org.seqdoop.hadoop_bam.util
-
- BGZFCodec() - Constructor for class org.seqdoop.hadoop_bam.util.BGZFCodec
-
- BGZFEnhancedGzipCodec - Class in org.seqdoop.hadoop_bam.util
-
- BGZFEnhancedGzipCodec() - Constructor for class org.seqdoop.hadoop_bam.util.BGZFEnhancedGzipCodec
-
- BGZFSplitFileInputFormat<K,V> - Class in org.seqdoop.hadoop_bam.util
-
An InputFormat for BGZF-compressed
files.
- BGZFSplitFileInputFormat() - Constructor for class org.seqdoop.hadoop_bam.util.BGZFSplitFileInputFormat
-
- BGZFSplitGuesser - Class in org.seqdoop.hadoop_bam.util
-
- BGZFSplitGuesser(InputStream) - Constructor for class org.seqdoop.hadoop_bam.util.BGZFSplitGuesser
-
- BGZFSplitGuesser(FSDataInputStream) - Constructor for class org.seqdoop.hadoop_bam.util.BGZFSplitGuesser
-
- BOUNDED_TRAVERSAL_PROPERTY - Static variable in class org.seqdoop.hadoop_bam.BAMInputFormat
-
If set to true, only include reads that overlap the given intervals (if specified),
and unplaced unmapped reads (if specified).
- buffer - Variable in class org.seqdoop.hadoop_bam.FastqOutputFormat.FastqRecordWriter
-
- get() - Method in class org.seqdoop.hadoop_bam.SAMRecordWritable
-
- get() - Method in class org.seqdoop.hadoop_bam.VariantContextWritable
-
- getBuilders() - Method in class org.seqdoop.hadoop_bam.LazyBCFGenotypesContext.HeaderDataCache
-
- getCodec() - Method in class org.seqdoop.hadoop_bam.LazyVCFGenotypesContext.HeaderDataCache
-
- getCompressorType() - Method in class org.seqdoop.hadoop_bam.util.BGZFCodec
-
- getControlNumber() - Method in class org.seqdoop.hadoop_bam.SequencedFragment
-
- getCurrentKey() - Method in class org.seqdoop.hadoop_bam.BAMRecordReader
-
- getCurrentKey() - Method in class org.seqdoop.hadoop_bam.BCFRecordReader
-
- getCurrentKey() - Method in class org.seqdoop.hadoop_bam.CRAMRecordReader
-
- getCurrentKey() - Method in class org.seqdoop.hadoop_bam.FastaInputFormat.FastaRecordReader
-
Added to use mapreduce API.
- getCurrentKey() - Method in class org.seqdoop.hadoop_bam.FastqInputFormat.FastqRecordReader
-
Added to use mapreduce API.
- getCurrentKey() - Method in class org.seqdoop.hadoop_bam.QseqInputFormat.QseqRecordReader
-
Added to use mapreduce API.
- getCurrentKey() - Method in class org.seqdoop.hadoop_bam.SAMRecordReader
-
- getCurrentKey() - Method in class org.seqdoop.hadoop_bam.VCFRecordReader
-
- getCurrentValue() - Method in class org.seqdoop.hadoop_bam.BAMRecordReader
-
- getCurrentValue() - Method in class org.seqdoop.hadoop_bam.BCFRecordReader
-
- getCurrentValue() - Method in class org.seqdoop.hadoop_bam.CRAMRecordReader
-
- getCurrentValue() - Method in class org.seqdoop.hadoop_bam.FastaInputFormat.FastaRecordReader
-
Added to use mapreduce API.
- getCurrentValue() - Method in class org.seqdoop.hadoop_bam.FastqInputFormat.FastqRecordReader
-
Added to use mapreduce API.
- getCurrentValue() - Method in class org.seqdoop.hadoop_bam.QseqInputFormat.QseqRecordReader
-
Added to use mapreduce API.
- getCurrentValue() - Method in class org.seqdoop.hadoop_bam.SAMRecordReader
-
- getCurrentValue() - Method in class org.seqdoop.hadoop_bam.VCFRecordReader
-
- getDefaultExtension() - Method in class org.seqdoop.hadoop_bam.util.BGZFCodec
-
- getEndVirtualOffset() - Method in class org.seqdoop.hadoop_bam.FileVirtualSplit
-
Exclusive.
- getFieldDict() - Method in class org.seqdoop.hadoop_bam.LazyBCFGenotypesContext.HeaderDataCache
-
- getFilterPassed() - Method in class org.seqdoop.hadoop_bam.SequencedFragment
-
- getFlowcellId() - Method in class org.seqdoop.hadoop_bam.SequencedFragment
-
- getFormat(Path) - Method in class org.seqdoop.hadoop_bam.AnySAMInputFormat
-
Returns the
SAMFormat corresponding to the given path.
- getFormat(Path) - Method in class org.seqdoop.hadoop_bam.VCFInputFormat
-
Returns the
VCFFormat corresponding to the given path.
- getGenoFieldDecoders() - Method in class org.seqdoop.hadoop_bam.LazyBCFGenotypesContext.HeaderDataCache
-
- getHeader() - Method in class org.seqdoop.hadoop_bam.KeyIgnoringVCFOutputFormat
-
- getHeader() - Method in class org.seqdoop.hadoop_bam.VariantContextWithHeader
-
- getIndexSequence() - Method in class org.seqdoop.hadoop_bam.ReferenceFragment
-
- getIndexSequence() - Method in class org.seqdoop.hadoop_bam.SequencedFragment
-
- getInstrument() - Method in class org.seqdoop.hadoop_bam.SequencedFragment
-
- getIntervalFilePointers() - Method in class org.seqdoop.hadoop_bam.FileVirtualSplit
-
- getKey(SAMRecord) - Static method in class org.seqdoop.hadoop_bam.BAMRecordReader
-
Note: this is the only getKey function that handles unmapped reads
specially!
- getKey(int, int) - Static method in class org.seqdoop.hadoop_bam.BAMRecordReader
-
- getKey0(int, int) - Static method in class org.seqdoop.hadoop_bam.BAMRecordReader
-
- getLane() - Method in class org.seqdoop.hadoop_bam.SequencedFragment
-
- getLength() - Method in class org.seqdoop.hadoop_bam.FileVirtualSplit
-
Inexact due to the nature of virtual offsets.
- getLinearIndex(int) - Method in class htsjdk.samtools.LinearBAMIndex
-
- getLocations() - Method in class org.seqdoop.hadoop_bam.FileVirtualSplit
-
- getParser() - Method in class org.seqdoop.hadoop_bam.LazyParsingGenotypesContext
-
- getPath() - Method in class org.seqdoop.hadoop_bam.FileVirtualSplit
-
- getPos() - Method in class org.seqdoop.hadoop_bam.FastaInputFormat.FastaRecordReader
-
Returns the current position in the input.
- getPos() - Method in class org.seqdoop.hadoop_bam.FastqInputFormat.FastqRecordReader
-
Returns the current position in the input.
- getPos() - Method in class org.seqdoop.hadoop_bam.QseqInputFormat.QseqRecordReader
-
Returns the current position in the input.
- getPosition() - Method in class org.seqdoop.hadoop_bam.ReferenceFragment
-
- getProgress() - Method in class org.seqdoop.hadoop_bam.BAMRecordReader
-
Unless the end has been reached, this only takes file position into
account, not the position within the block.
- getProgress() - Method in class org.seqdoop.hadoop_bam.BCFRecordReader
-
For compressed BCF, unless the end has been reached, this is quite
inaccurate.
- getProgress() - Method in class org.seqdoop.hadoop_bam.CRAMRecordReader
-
- getProgress() - Method in class org.seqdoop.hadoop_bam.FastaInputFormat.FastaRecordReader
-
How much of the input has the RecordReader consumed i.e.
- getProgress() - Method in class org.seqdoop.hadoop_bam.FastqInputFormat.FastqRecordReader
-
How much of the input has the RecordReader consumed i.e.
- getProgress() - Method in class org.seqdoop.hadoop_bam.QseqInputFormat.QseqRecordReader
-
How much of the input has the RecordReader consumed i.e.
- getProgress() - Method in class org.seqdoop.hadoop_bam.SAMRecordReader
-
- getProgress() - Method in class org.seqdoop.hadoop_bam.VCFRecordReader
-
- getQuality() - Method in class org.seqdoop.hadoop_bam.SequencedFragment
-
Get quality Text object.
- getRead() - Method in class org.seqdoop.hadoop_bam.SequencedFragment
-
- getRecordWriter(TaskAttemptContext) - Method in class org.seqdoop.hadoop_bam.FastqOutputFormat
-
- getRecordWriter(TaskAttemptContext) - Method in class org.seqdoop.hadoop_bam.KeyIgnoringAnySAMOutputFormat
-
setSAMHeader or readSAMHeaderFrom must have
been called first.
- getRecordWriter(TaskAttemptContext, Path) - Method in class org.seqdoop.hadoop_bam.KeyIgnoringAnySAMOutputFormat
-
- getRecordWriter(TaskAttemptContext) - Method in class org.seqdoop.hadoop_bam.KeyIgnoringBAMOutputFormat
-
setSAMHeader or readSAMHeaderFrom must have
been called first.
- getRecordWriter(TaskAttemptContext, Path) - Method in class org.seqdoop.hadoop_bam.KeyIgnoringBAMOutputFormat
-
- getRecordWriter(TaskAttemptContext) - Method in class org.seqdoop.hadoop_bam.KeyIgnoringCRAMOutputFormat
-
setSAMHeader or readSAMHeaderFrom must have
been called first.
- getRecordWriter(TaskAttemptContext, Path) - Method in class org.seqdoop.hadoop_bam.KeyIgnoringCRAMOutputFormat
-
- getRecordWriter(TaskAttemptContext) - Method in class org.seqdoop.hadoop_bam.KeyIgnoringVCFOutputFormat
-
setHeader or readHeaderFrom must have been
called first.
- getRecordWriter(TaskAttemptContext, Path) - Method in class org.seqdoop.hadoop_bam.KeyIgnoringVCFOutputFormat
-
- getRecordWriter(TaskAttemptContext) - Method in class org.seqdoop.hadoop_bam.QseqOutputFormat
-
- getReferenceSource(Configuration) - Static method in class org.seqdoop.hadoop_bam.util.SAMHeaderReader
-
- getRunNumber() - Method in class org.seqdoop.hadoop_bam.SequencedFragment
-
- getSAMHeader() - Method in class org.seqdoop.hadoop_bam.KeyIgnoringAnySAMOutputFormat
-
- getSAMHeader() - Method in class org.seqdoop.hadoop_bam.KeyIgnoringBAMOutputFormat
-
- getSAMHeader() - Method in class org.seqdoop.hadoop_bam.KeyIgnoringCRAMOutputFormat
-
- getSampleNamesInOrder() - Method in class org.seqdoop.hadoop_bam.LazyBCFGenotypesContext.HeaderDataCache
-
- getSampleNameToOffset() - Method in class org.seqdoop.hadoop_bam.LazyBCFGenotypesContext.HeaderDataCache
-
- getSequence() - Method in class org.seqdoop.hadoop_bam.ReferenceFragment
-
Get sequence Text object.
- getSequence() - Method in class org.seqdoop.hadoop_bam.SequencedFragment
-
Get sequence Text object.
- GetSortedBAMHeader - Class in org.seqdoop.hadoop_bam.util
-
- GetSortedBAMHeader() - Constructor for class org.seqdoop.hadoop_bam.util.GetSortedBAMHeader
-
- getSource() - Method in class org.seqdoop.hadoop_bam.util.SeekableArrayStream
-
Deprecated.
- getSource() - Method in class org.seqdoop.hadoop_bam.util.WrapSeekable
-
- getSplits(JobContext) - Method in class org.seqdoop.hadoop_bam.AnySAMInputFormat
-
- getSplits(JobContext) - Method in class org.seqdoop.hadoop_bam.BAMInputFormat
-
- getSplits(List<InputSplit>, Configuration) - Method in class org.seqdoop.hadoop_bam.BAMInputFormat
-
- getSplits(JobContext) - Method in class org.seqdoop.hadoop_bam.CRAMInputFormat
-
- getSplits(List<InputSplit>, Configuration) - Method in class org.seqdoop.hadoop_bam.CRAMInputFormat
-
- getSplits(JobContext) - Method in class org.seqdoop.hadoop_bam.FastaInputFormat
-
- getSplits(JobContext) - Method in class org.seqdoop.hadoop_bam.util.BGZFSplitFileInputFormat
-
The splits returned are FileSplits.
- getSplits(JobContext) - Method in class org.seqdoop.hadoop_bam.VCFInputFormat
-
- getStartVirtualOffset() - Method in class org.seqdoop.hadoop_bam.FileVirtualSplit
-
Inclusive.
- getTile() - Method in class org.seqdoop.hadoop_bam.SequencedFragment
-
- getValidationStringency(Configuration) - Static method in class org.seqdoop.hadoop_bam.util.SAMHeaderReader
-
- getVirtualOffsets() - Method in class org.seqdoop.hadoop_bam.SplittingBAMIndex
-
- getWriteHeader() - Method in class org.seqdoop.hadoop_bam.KeyIgnoringAnySAMOutputFormat
-
Deprecated.
- getWriteHeader() - Method in class org.seqdoop.hadoop_bam.KeyIgnoringBAMOutputFormat
-
Whether the header will be written or not.
- getWriteHeader() - Method in class org.seqdoop.hadoop_bam.KeyIgnoringCRAMOutputFormat
-
Whether the header will be written or not.
- getXpos() - Method in class org.seqdoop.hadoop_bam.SequencedFragment
-
- getYpos() - Method in class org.seqdoop.hadoop_bam.SequencedFragment
-
- guessNextBAMRecordStart(long, long) - Method in class org.seqdoop.hadoop_bam.BAMSplitGuesser
-
Finds a virtual BAM record position in the physical position range
[beg,end).
- guessNextBCFRecordStart(long, long) - Method in class org.seqdoop.hadoop_bam.BCFSplitGuesser
-
Finds a (virtual in the case of BGZF) BCF record position in the
physical position range [beg,end).
- guessNextBGZFBlockStart(long, long) - Method in class org.seqdoop.hadoop_bam.util.BGZFSplitGuesser
-
- VALIDATION_STRINGENCY_PROPERTY - Static variable in class org.seqdoop.hadoop_bam.util.SAMHeaderReader
-
A String property corresponding to a ValidationStringency
value.
- valueOf(String) - Static method in enum org.seqdoop.hadoop_bam.FormatConstants.BaseQualityEncoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.seqdoop.hadoop_bam.SAMFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.seqdoop.hadoop_bam.VCFFormat
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.seqdoop.hadoop_bam.FormatConstants.BaseQualityEncoding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.seqdoop.hadoop_bam.SAMFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.seqdoop.hadoop_bam.VCFFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariantContextCodec - Class in org.seqdoop.hadoop_bam
-
- VariantContextCodec() - Constructor for class org.seqdoop.hadoop_bam.VariantContextCodec
-
- VariantContextWithHeader - Class in org.seqdoop.hadoop_bam
-
- VariantContextWithHeader(VariantContext, VCFHeader) - Constructor for class org.seqdoop.hadoop_bam.VariantContextWithHeader
-
- VariantContextWritable - Class in org.seqdoop.hadoop_bam
-
VariantContexts read here have LazyGenotypesContexts, which need to have a
header set before the genotype data in the VariantContexts can be decoded.
- VariantContextWritable() - Constructor for class org.seqdoop.hadoop_bam.VariantContextWritable
-
- VCFFileMerger - Class in org.seqdoop.hadoop_bam.util
-
- VCFFileMerger() - Constructor for class org.seqdoop.hadoop_bam.util.VCFFileMerger
-
- VCFFormat - Enum in org.seqdoop.hadoop_bam
-
Describes a VCF format.
- VCFHeaderReader - Class in org.seqdoop.hadoop_bam.util
-
Can read a VCF header without being told beforehand whether the input is
VCF or BCF.
- VCFHeaderReader() - Constructor for class org.seqdoop.hadoop_bam.util.VCFHeaderReader
-
- VCFInputFormat - Class in org.seqdoop.hadoop_bam
-
An InputFormat for VCF files.
- VCFInputFormat() - Constructor for class org.seqdoop.hadoop_bam.VCFInputFormat
-
Creates a new input format, which will use the
Configuration from the first public method called.
- VCFInputFormat(Configuration) - Constructor for class org.seqdoop.hadoop_bam.VCFInputFormat
-
- VCFInputFormat(Map<Path, VCFFormat>) - Constructor for class org.seqdoop.hadoop_bam.VCFInputFormat
-
Creates a new input format, trusting the given Map to
define the file-to-format associations.
- VCFOutputFormat<K> - Class in org.seqdoop.hadoop_bam
-
An abstract OutputFormat for VCF and
BCF files.
- VCFOutputFormat(Configuration) - Constructor for class org.seqdoop.hadoop_bam.VCFOutputFormat
-
- VCFOutputFormat(VCFFormat) - Constructor for class org.seqdoop.hadoop_bam.VCFOutputFormat
-
Creates a new output format for the given VCF format.
- VCFRecordReader - Class in org.seqdoop.hadoop_bam
-
The key is the bitwise OR of the chromosome index in the upper 32 bits
and the 0-based leftmost coordinate in the lower.
- VCFRecordReader() - Constructor for class org.seqdoop.hadoop_bam.VCFRecordReader
-
- VCFRecordWriter<K> - Class in org.seqdoop.hadoop_bam
-
A base RecordWriter for VCF.
- VCFRecordWriter(Path, Path, boolean, TaskAttemptContext) - Constructor for class org.seqdoop.hadoop_bam.VCFRecordWriter
-
A VCFHeader is read from the input Path.
- VCFRecordWriter(Path, VCFHeader, boolean, TaskAttemptContext) - Constructor for class org.seqdoop.hadoop_bam.VCFRecordWriter
-
- VCFRecordWriter(OutputStream, VCFHeader, boolean) - Constructor for class org.seqdoop.hadoop_bam.VCFRecordWriter
-
- verifyQuality(Text, FormatConstants.BaseQualityEncoding) - Static method in class org.seqdoop.hadoop_bam.SequencedFragment
-
Verify that the given quality bytes are within the range allowed for the specified encoding.