org.hammerlab.guacamole

readsets

package readsets

This package contains functionality related to processing multiple "sets of reads" (e.g. BAM files) in the context of a single analysis.

For example, a standard somatic caller will typically load and analyze separate "normal" and "tumor" samples, each corresponding to an RDD[MappedRead], but which will also share metadata, like the ContigLengths of the reference they are mapped to.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. readsets
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ContigLengths = Map[ContigName, NumLoci]

  2. type NumSamples = Int

  3. type PartitionedReads = PartitionedRegions[MappedRead]

  4. type PerSample[+A] = IndexedSeq[A]

  5. case class ReadSets(readsRDDs: PerSample[ReadsRDD], sequenceDictionary: SequenceDictionary, contigLengths: ContigLengths) extends PerSample[ReadsRDD] with Product with Serializable

    A ReadSets contains reads from multiple inputs as well as SequenceDictionary / contig-length information merged from them.

  6. type SampleId = Int

  7. type SampleName = String

Value Members

  1. object ReadSets extends Logging with Serializable

  2. package args

  3. package io

  4. package iterator

  5. package rdd

Inherited from AnyRef

Inherited from Any

Ungrouped