Package picard.metrics
Class MultilevelMetrics
- java.lang.Object
-
- htsjdk.samtools.metrics.MetricBase
-
- picard.metrics.MultilevelMetrics
-
- Direct Known Subclasses:
AlignmentSummaryMetrics
,GcBiasDetailMetrics
,GcBiasSummaryMetrics
,HsMetrics
,InsertSizeMetrics
,RnaSeqMetrics
,RrbsCpgDetailMetrics
,RrbsSummaryMetrics
,TargetedPcrMetrics
,TargetMetrics
public class MultilevelMetrics extends htsjdk.samtools.metrics.MetricBase
-
-
Constructor Summary
Constructors Constructor Description MultilevelMetrics()
-
-
-
Field Detail
-
SAMPLE
public String SAMPLE
The sample to which these metrics apply. If null, it means they apply to all reads in the file.
-
LIBRARY
public String LIBRARY
The library to which these metrics apply. If null, it means that the metrics were accumulated at the sample level.
-
READ_GROUP
public String READ_GROUP
The read group to which these metrics apply. If null, it means that the metrics were accumulated at the library or sample level.
-
-