public class IlluminaPhasingMetrics
extends htsjdk.samtools.metrics.MetricBase
Modifier and Type | Field and Description |
---|---|
long |
LANE
Illumina flowcell lane number
|
double |
PHASING_APPLIED
Median phasing value across all tiles in a lane, applied to the first and second template reads
|
double |
PREPHASING_APPLIED
Median pre-phasing value across all tiles in a lane, applied to the first and second template reads
|
java.lang.String |
TYPE_NAME
Defines an Illumina template read number (first or second)
|
Constructor and Description |
---|
IlluminaPhasingMetrics() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getExtension()
This property is not exposed in a field to avoid complications with MetricBase's dependency on reflection.
|
static java.util.Collection<IlluminaPhasingMetrics> |
getPhasingMetricsForTiles(long lane,
java.util.Collection<Tile> tilesForLane,
boolean usePercentage)
Calculate the median phasing & prephasing values for a lane's tiles and create the appropriate IlluminaPhasingMetrics for them
|
public long LANE
public java.lang.String TYPE_NAME
public double PHASING_APPLIED
public double PREPHASING_APPLIED
public static java.util.Collection<IlluminaPhasingMetrics> getPhasingMetricsForTiles(long lane, java.util.Collection<Tile> tilesForLane, boolean usePercentage)
public static java.lang.String getExtension()