Package picard.sam.SamErrorMetric
Class ReadBaseStratification.FlowCellXStratifier
- java.lang.Object
-
- picard.sam.SamErrorMetric.ReadBaseStratification.FlowCellXStratifier
-
- All Implemented Interfaces:
ReadBaseStratification.RecordAndOffsetStratifier<Integer>
- Enclosing class:
- ReadBaseStratification
public static class ReadBaseStratification.FlowCellXStratifier extends Object
Stratifies base into their read's X coordinate which is parsed from the read-name.
-
-
Constructor Summary
Constructors Constructor Description FlowCellXStratifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSuffix()
Integer
stratify(htsjdk.samtools.SAMRecord sam)
Integer
stratify(htsjdk.samtools.util.SamLocusIterator.RecordAndOffset recordAndOffset, htsjdk.samtools.reference.SamLocusAndReferenceIterator.SAMLocusAndReference locusInfo)
-
-
-
Method Detail
-
stratify
public Integer stratify(htsjdk.samtools.SAMRecord sam)
-
getSuffix
public String getSuffix()
-
stratify
public Integer stratify(htsjdk.samtools.util.SamLocusIterator.RecordAndOffset recordAndOffset, htsjdk.samtools.reference.SamLocusAndReferenceIterator.SAMLocusAndReference locusInfo)
- Specified by:
stratify
in interfaceReadBaseStratification.RecordAndOffsetStratifier<Integer>
-
-