Package picard.illumina
Class BarcodeExtractor.BarcodeMatch
java.lang.Object
picard.illumina.BarcodeExtractor.BarcodeMatch
- Enclosing class:
- BarcodeExtractor
Utility class to hang onto data about the best match for a given barcode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
-
Constructor Details
-
BarcodeMatch
public BarcodeMatch()
-
-
Method Details
-
isMatched
public boolean isMatched() -
getBarcode
-
getMismatches
public int getMismatches() -
getMismatchesToSecondBest
public int getMismatchesToSecondBest()
-