public class IlluminaBasecallingMetrics
extends htsjdk.samtools.metrics.MetricBase
Modifier and Type | Field | Description |
---|---|---|
String |
LANE |
The lane for which the metrics were calculated.
|
double |
MEAN_CLUSTERS_PER_TILE |
The mean number of clusters per tile.
|
double |
MEAN_PCT_PF_CLUSTERS_PER_TILE |
The mean percentage of pf clusters per tile.
|
double |
MEAN_PF_CLUSTERS_PER_TILE |
The mean number of pf clusters per tile.
|
String |
MOLECULAR_BARCODE_NAME |
The barcode name for which the metrics were calculated.
|
String |
MOLECULAR_BARCODE_SEQUENCE_1 |
The barcode sequence for which the metrics were calculated.
|
long |
PF_BASES |
The total number of passing-filter bases assigned to the index.
|
long |
PF_CLUSTERS |
The total number of PF clusters assigned to the index.
|
long |
PF_READS |
The total number of passing-filter reads assigned to the index.
|
double |
SD_CLUSTERS_PER_TILE |
The standard deviation of clusters per tile.
|
double |
SD_PCT_PF_CLUSTERS_PER_TILE |
The standard deviation in percentage of pf clusters per tile.
|
double |
SD_PF_CLUSTERS_PER_TILE |
The standard deviation in number of pf clusters per tile.
|
long |
TOTAL_BASES |
The total number of bases assigned to the index.
|
long |
TOTAL_CLUSTERS |
The total number of clusters assigned to the index.
|
long |
TOTAL_READS |
The total number of reads assigned to the index.
|
Constructor | Description |
---|---|
IlluminaBasecallingMetrics() |
Modifier and Type | Method | Description |
---|---|---|
String |
toString() |
public String LANE
public String MOLECULAR_BARCODE_SEQUENCE_1
public String MOLECULAR_BARCODE_NAME
public long TOTAL_BASES
public long PF_BASES
public long TOTAL_READS
public long PF_READS
public long TOTAL_CLUSTERS
public long PF_CLUSTERS
public double MEAN_CLUSTERS_PER_TILE
public double SD_CLUSTERS_PER_TILE
public double MEAN_PCT_PF_CLUSTERS_PER_TILE
public double SD_PCT_PF_CLUSTERS_PER_TILE
public double MEAN_PF_CLUSTERS_PER_TILE
public double SD_PF_CLUSTERS_PER_TILE
public String toString()
toString
in class htsjdk.samtools.metrics.MetricBase