Package picard.sam.SamErrorMetric
Class BaseErrorCalculator
java.lang.Object
picard.sam.SamErrorMetric.BaseErrorCalculator
- All Implemented Interfaces:
BaseCalculator
- Direct Known Subclasses:
IndelErrorCalculator
,OverlappingReadsErrorCalculator
,SimpleErrorCalculator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addBase
(htsjdk.samtools.util.SamLocusIterator.RecordAndOffset recordAndOffset, htsjdk.samtools.reference.SamLocusAndReferenceIterator.SAMLocusAndReference locusAndRef) the function by which new loci are "shown" to the calculatorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface picard.sam.SamErrorMetric.BaseCalculator
getMetric, getSuffix
-
Constructor Details
-
BaseErrorCalculator
public BaseErrorCalculator()
-
-
Method Details
-
addBase
public void addBase(htsjdk.samtools.util.SamLocusIterator.RecordAndOffset recordAndOffset, htsjdk.samtools.reference.SamLocusAndReferenceIterator.SAMLocusAndReference locusAndRef) the function by which new loci are "shown" to the calculator- Specified by:
addBase
in interfaceBaseCalculator
-