org.bdgenomics.adam

rdd

package rdd

Visibility
  1. Public
  2. All

Type Members

  1. class ADAMContext extends Serializable with Logging

  2. class ADAMRDDFunctions[T] extends Serializable

  3. abstract class ADAMSequenceDictionaryRDDAggregator[T] extends Serializable with Logging

    A class that provides functions to recover a sequence dictionary from a generic RDD of records.

  4. class ADAMSpecificRecordSequenceDictionaryRDDAggregator[T] extends ADAMSequenceDictionaryRDDAggregator[T]

    A class that provides functions to recover a sequence dictionary from a generic RDD of records that are defined in Avro.

  5. case class Footer(rowGroups: Seq[ParquetRowGroup]) extends Product with Serializable

  6. class GenomicRegionPartitioner extends Partitioner with Logging

    GenomicRegionPartitioner partitions ReferencePosition objects into separate, spatially-coherent regions of the genome.

  7. class MultiContigNonoverlappingRegions extends Serializable

    Creates a multi-reference-region collection of NonoverlappingRegions -- see the scaladocs to NonoverlappingRegions.

  8. class NonoverlappingRegions extends Serializable

    The evaluation of a regionJoin takes place with respect to a complete partition on the total space of the genome.

  9. case class ParquetColumnChunk(numValues: Long, dataPageOffset: Long, indexPageOffset: Option[Long], dictionaryPageOffset: Option[Long], uncompressedSize: Long, compressedSize: Long, columnDescriptor: ParquetColumnDescriptor, compressionCodec: CompressionCodec) extends Product with Serializable

  10. case class ParquetColumnDescriptor(path: Seq[String], typeName: PrimitiveTypeName, typeLength: Int, maxRep: Int, maxDef: Int) extends Product with Serializable

  11. case class ParquetRowGroup(byteSize: Long, rowCount: Long, columnChunks: Seq[ParquetColumnChunk]) extends Product with Serializable

Value Members

  1. object ADAMContext extends Serializable

  2. object CompressionCodecEnum extends Enumeration

  3. object Footer extends Serializable

  4. object GenomicRegionPartitioner extends Serializable

  5. object MultiContigNonoverlappingRegions extends Serializable

  6. object NonoverlappingRegions extends Serializable

  7. object ParquetCommon

  8. object RegionJoin

    Contains multiple implementations of a 'region join', an operation that joins two sets of regions based on the spatial overlap between the regions.

  9. package contig

  10. package features

  11. package normalization

  12. package pileup

  13. package read

  14. package variation

Ungrouped