Class ErrorSummaryMetrics

java.lang.Object
htsjdk.samtools.metrics.MetricBase
picard.analysis.MergeableMetricBase
picard.analysis.artifacts.ErrorSummaryMetrics

@DocumentedFeature(groupName="Metrics", summary="Metrics") public class ErrorSummaryMetrics extends MergeableMetricBase
Summary metrics produced by CollectSequencingArtifactMetrics as a roll up of the context-specific error rates, to provide global error rates per type of base substitution. Errors are normalized to the lexically lower reference base and summarized together. E.g. G>T is converted to C>A and merged with data from C>A for reporting.