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 Details

    • 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.
  • Constructor Details

    • MultiLevelMetrics

      public MultiLevelMetrics()