org.hammerlab.guacamole

windowing

package windowing

Step through loci in the genome and at each step consider all the reads (or any object that implements the trait ReferenceRegion) that overlap the locus.

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

Type Members

  1. case class SlidingWindow[R <: ReferenceRegion](contigName: ContigName, halfWindowSize: Int, rawSortedRegions: Iterator[R]) extends Product with Serializable

    Suppose we have a set of loci on a given contig and some objects that are mapped to that contig, and at each locus we want to look at the regions that overlap a window of a certain number of bases surrounding that locus.

Value Members

  1. object SlidingWindow extends Serializable

  2. object SplitIterator

Inherited from AnyRef

Inherited from Any

Ungrouped