org.bdgenomics.adam

rdd

package rdd

Visibility
  1. Public
  2. All

Type Members

  1. class ADAMContext extends Serializable with Logging

  2. class ADAMNucleotideContigFragmentRDDFunctions extends ADAMSequenceDictionaryRDDAggregator[ADAMNucleotideContigFragment]

  3. class ADAMPileupRDDFunctions extends Serializable with Logging

  4. class ADAMRDDFunctions[T] extends Serializable

  5. class ADAMRecordRDDFunctions extends ADAMSequenceDictionaryRDDAggregator[ADAMRecord]

  6. class ADAMRodRDDFunctions extends Serializable with Logging

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

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

  8. 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.

  9. case class DuplicateMetrics(total: Long, bothMapped: Long, onlyReadMapped: Long, crossChromosome: Long) extends Product with Serializable

  10. case class FlagStatMetrics(total: Long, duplicatesPrimary: DuplicateMetrics, duplicatesSecondary: DuplicateMetrics, mapped: Long, pairedInSequencing: Long, read1: Long, read2: Long, properlyPaired: Long, withSelfAndMateMapped: Long, singleton: Long, withMateMappedToDiffChromosome: Long, withMateMappedToDiffChromosomeMapQ5: Long, failedQuality: Boolean) extends Product with Serializable

  11. class GenomicRegionPartitioner extends Partitioner

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

  12. case class GenotypesSummary(perSampleStatistics: StatisticsMap, singletonCount: Long, distinctVariantCount: Long) extends Product with Serializable

    Summary statistics for a set of genotypes.

  13. case class GenotypesSummaryCounts(genotypesCounts: GenotypeAlleleCounts, singleNucleotideVariantCounts: VariantCounts, multipleNucleotideVariantCount: Long, insertionCount: Long, deletionCount: Long, readCount: Option[Long], phasedCount: Long) extends Product with Serializable

    Simple counts of various properties across a set of genotypes.

  14. class MultiContigNonoverlappingRegions extends Serializable

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

  15. class NonoverlappingRegions extends Serializable

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

Value Members

  1. object ADAMContext extends Serializable

  2. object DuplicateMetrics extends Serializable

  3. object FlagStat

  4. object FlagStatMetrics extends Serializable

  5. object GenomicRegionPartitioner extends Serializable

  6. object GenotypesSummary extends Serializable

  7. object GenotypesSummaryCounts extends Serializable

  8. object GenotypesSummaryFormatting

    Functions for converting a GenotypesSummary object to various text formats.

  9. object MultiContigNonoverlappingRegions extends Serializable

  10. object NonoverlappingRegions extends Serializable

  11. 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.

  12. package comparisons

  13. package recalibration

  14. package variation

Ungrouped