Given an RDD of rods, splits the rods up by the specific sample they correspond to.
Given an RDD of rods, splits the rods up by the specific sample they correspond to. Returns an RDD where the samples are grouped by the reference position.
Rods split up by samples and grouped together by position.
Returns the average coverage for all pileups.
Returns the average coverage for all pileups.
Average coverage across mapped loci.
If running on an RDD with multiple samples where the rods have been split by sample, will return the average coverage per sample, _averaged_ over all samples. If the RDD contains multiple samples and the rods have _not_ been split, this will return the average coverage per sample, _summed_ over all samples.
,Coverage value does not include locus positions where no reads are mapped, as no rods exist for these positions.
Given an RDD of rods, splits the rods up by the specific sample they correspond to.
Given an RDD of rods, splits the rods up by the specific sample they correspond to. Returns a flat RDD.
Rods split up by samples and _not_ grouped together.