Class MultiLevelMetrics
java.lang.Object
htsjdk.samtools.metrics.MetricBase
org.broadinstitute.hellbender.metrics.MultiLevelMetrics
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExampleMultiMetrics
,InsertSizeMetrics
public abstract class MultiLevelMetrics
extends htsjdk.samtools.metrics.MetricBase
implements Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class htsjdk.samtools.metrics.MetricBase
equals, hashCode, toString
-
Field Details
-
SAMPLE
The sample to which these metrics apply. If null, it means they apply to all reads in the file. -
LIBRARY
The library to which these metrics apply. If null, it means that the metrics were accumulated at the sample level. -
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.
-
-
Constructor Details
-
MultiLevelMetrics
public MultiLevelMetrics()
-