public class ContaminationSegmenter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.lang3.Range<java.lang.Double> |
ALT_FRACTIONS_FOR_SEGMENTATION |
static int |
KERNEL_SEGMENTER_DIMENSION |
static double |
KERNEL_SEGMENTER_LINEAR_COST |
static double |
KERNEL_SEGMENTER_LOG_LINEAR_COST |
static int |
MAX_CHANGEPOINTS_PER_CHROMOSOME |
static int |
POINTS_PER_SEGMENTATION_WINDOW |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.util.List<PileupSummary>> |
findSegments(java.util.List<PileupSummary> sites)
Partition the genome into segments of allelic copy number state using kernel segmentation of likely hets.
|
public static final org.apache.commons.lang3.Range<java.lang.Double> ALT_FRACTIONS_FOR_SEGMENTATION
public static final double KERNEL_SEGMENTER_LINEAR_COST
public static final double KERNEL_SEGMENTER_LOG_LINEAR_COST
public static final int KERNEL_SEGMENTER_DIMENSION
public static final int POINTS_PER_SEGMENTATION_WINDOW
public static final int MAX_CHANGEPOINTS_PER_CHROMOSOME
public static java.util.List<java.util.List<PileupSummary>> findSegments(java.util.List<PileupSummary> sites)
sites
- a list of pileup summaries