Package

org.bdgenomics.adam.rdd

read

Permalink

package read

Visibility
  1. Public
  2. All

Type Members

  1. class ADAMBAMOutputFormat[K] extends KeyIgnoringBAMOutputFormat[K] with Serializable

    Permalink

    Wrapper for Hadoop-BAM to work around requirement for no-args constructor.

    Wrapper for Hadoop-BAM to work around requirement for no-args constructor.

    K

    The key type. Keys are not written.

  2. class ADAMBAMOutputFormatHeaderLess[K] extends KeyIgnoringBAMOutputFormat[K] with Serializable

    Permalink

    Wrapper for Hadoop-BAM to work around requirement for no-args constructor.

    Wrapper for Hadoop-BAM to work around requirement for no-args constructor.

    K

    The key type. Keys are not written.

  3. class ADAMCRAMOutputFormat[K] extends KeyIgnoringCRAMOutputFormat[K] with Serializable

    Permalink

    Wrapper for Hadoop-BAM to work around requirement for no-args constructor.

    Wrapper for Hadoop-BAM to work around requirement for no-args constructor.

    K

    The key type. Keys are not written.

  4. class ADAMCRAMOutputFormatHeaderLess[K] extends KeyIgnoringCRAMOutputFormat[K] with Serializable

    Permalink

    Wrapper for Hadoop-BAM to work around requirement for no-args constructor.

    Wrapper for Hadoop-BAM to work around requirement for no-args constructor.

    K

    The key type. Keys are not written.

  5. class ADAMSAMOutputFormat[K] extends KeyIgnoringAnySAMOutputFormat[K] with Serializable

    Permalink
  6. class ADAMSAMOutputFormatHeaderLess[K] extends KeyIgnoringAnySAMOutputFormat[K] with Serializable

    Permalink
  7. sealed abstract class AlignmentDataset extends AvroReadGroupGenomicDataset[Alignment, Alignment, AlignmentDataset]

    Permalink
  8. trait AnySAMInFormatter[T <: AnySAMInFormatter[T]] extends InFormatter[Alignment, Alignment, AlignmentDataset, T]

    Permalink

    A trait that writes reads using an Htsjdk SAMFileWriter.

    A trait that writes reads using an Htsjdk SAMFileWriter.

    T

    The recursive type of the class that implements this trait.

  9. trait AnySAMInFormatterCompanion[T <: AnySAMInFormatter[T]] extends InFormatterCompanion[Alignment, Alignment, AlignmentDataset, T]

    Permalink

    Companion object that builds an InFormatter that writes data where the metadata is contained in a SAMFileHeaderWritable.

    Companion object that builds an InFormatter that writes data where the metadata is contained in a SAMFileHeaderWritable.

    T

    The type of the underlying InFormatter.

  10. case class AnySAMOutFormatter(stringency: ValidationStringency) extends OutFormatter[Alignment] with Product with Serializable

    Permalink

    An OutFormatter that automatically infers whether the piped input is SAM or BAM.

    An OutFormatter that automatically infers whether the piped input is SAM or BAM. Autodetecting streamed CRAM is not currently supported.

  11. case class BAMInFormatter extends AnySAMInFormatter[BAMInFormatter] with Product with Serializable

    Permalink
  12. case class DatasetBoundAlignmentDataset extends AlignmentDataset with DatasetBoundGenomicDataset[Alignment, Alignment, AlignmentDataset] with Product with Serializable

    Permalink
  13. case class DatasetBoundReadDataset extends ReadDataset with DatasetBoundGenomicDataset[Read, Read, ReadDataset] with Product with Serializable

    Permalink
  14. class FASTQInFormatter extends InFormatter[Alignment, Alignment, AlignmentDataset, FASTQInFormatter]

    Permalink
  15. case class IncorrectMDTagException(read: Alignment, mdTag: String) extends Exception with Product with Serializable

    Permalink

    A class describing an exception where a read's MD tag was recomputed and did not match the MD tag originally attached to the read.

    A class describing an exception where a read's MD tag was recomputed and did not match the MD tag originally attached to the read.

    read

    The read whose MD tag was recomputed, with original MD tag.

    mdTag

    The recomputed MD tag.

  16. case class ParquetUnboundAlignmentDataset extends AlignmentDataset with Product with Serializable

    Permalink
  17. case class ParquetUnboundReadDataset extends ReadDataset with Product with Serializable

    Permalink
  18. case class QualityScoreBin(low: Int, high: Int, score: Int) extends Product with Serializable

    Permalink

    A bin to put quality scores in.

    A bin to put quality scores in.

    low

    The lowest quality score in the bin.

    high

    The highest quality score in the bin.

    score

    The score to assign to all these bases.

  19. case class RDDBoundAlignmentDataset extends AlignmentDataset with Product with Serializable

    Permalink
  20. case class RDDBoundReadDataset extends ReadDataset with Product with Serializable

    Permalink
  21. sealed abstract class ReadDataset extends AvroGenomicDataset[Read, Read, ReadDataset]

    Permalink
  22. class ReferencePositionPairSerializer extends Serializer[ReferencePositionPair]

    Permalink
  23. case class SAMInFormatter extends AnySAMInFormatter[SAMInFormatter] with Product with Serializable

    Permalink
  24. class SingleReadBucketSerializer extends Serializer[SingleReadBucket]

    Permalink

Value Members

  1. object AlignmentDataset extends Serializable

    Permalink
  2. object BAMInFormatter extends AnySAMInFormatterCompanion[BAMInFormatter] with Serializable

    Permalink

    InFormatter companion for building an InFormatter that streams BAM.

  3. object FASTQInFormatter extends InFormatterCompanion[Alignment, Alignment, AlignmentDataset, FASTQInFormatter] with Serializable

    Permalink

    InFormatter companion that creates an InFormatter that writes FASTQ.

  4. object QualityScoreBin extends Serializable

    Permalink

    Companion object for creating quality score bins.

  5. object ReadDataset

    Permalink
  6. object SAMInFormatter extends AnySAMInFormatterCompanion[SAMInFormatter] with Serializable

    Permalink

    InFormatter companion for building an InFormatter that streams SAM.

Ungrouped