|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.picard.metrics.MetricBase
uk.ac.sanger.npg.picard.IndexDecoder.BarcodeMetric
public static class IndexDecoder.BarcodeMetric
Metrics produced by the ExtractIlluminaBarcodes program that is used to parse data in the basecalls directory and determine to which barcode each read should be assigned.
Field Summary | |
---|---|
java.lang.String |
BARCODE
The barcode (from the set of expected barcodes) for which the following metrics apply. |
java.lang.String |
BARCODE_NAME
|
protected byte[] |
barcodeBytes
|
java.lang.String |
DESCRIPTION
|
java.lang.String |
LIBRARY_NAME
|
int |
ONE_MISMATCH_MATCHES
The number of all reads matching this barcode that matched with 1 error or no-call. |
double |
PCT_MATCHES
The percentage of all reads in the lane that matched to this barcode. |
int |
PERFECT_MATCHES
The number of all reads matching this barcode that matched with 0 errors or no-calls. |
double |
PF_NORMALIZED_MATCHES
The "normalized" matches to each barcode. |
int |
PF_ONE_MISMATCH_MATCHES
The number of PF reads matching this barcode that matched with 1 error or no-call. |
double |
PF_PCT_MATCHES
The percentage of PF reads in the lane that matched to this barcode. |
int |
PF_PERFECT_MATCHES
The number of PF reads matching this barcode that matched with 0 errors or no-calls. |
double |
PF_RATIO_THIS_BARCODE_TO_BEST_BARCODE_PCT
The rate of PF reads matching this barcode to PF reads matching the most prevelant barcode. |
int |
PF_READS
The number of PF reads matching this barcode (always less than or equal to READS). |
double |
RATIO_THIS_BARCODE_TO_BEST_BARCODE_PCT
The rate of all reads matching this barcode to all reads matching the most prevelant barcode. |
int |
READS
The total number of reads matching the barcode. |
java.lang.String |
SAMPLE_NAME
|
Constructor Summary | |
---|---|
IndexDecoder.BarcodeMetric()
This ctor is necessary for when reading metrics from file |
|
IndexDecoder.BarcodeMetric(IndexDecoder.NamedBarcode namedBarcode)
|
Method Summary |
---|
Methods inherited from class net.sf.picard.metrics.MetricBase |
---|
equals, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String BARCODE
public java.lang.String BARCODE_NAME
public java.lang.String LIBRARY_NAME
public java.lang.String SAMPLE_NAME
public java.lang.String DESCRIPTION
public int READS
public int PF_READS
public int PERFECT_MATCHES
public int PF_PERFECT_MATCHES
public int ONE_MISMATCH_MATCHES
public int PF_ONE_MISMATCH_MATCHES
public double PCT_MATCHES
public double RATIO_THIS_BARCODE_TO_BEST_BARCODE_PCT
public double PF_PCT_MATCHES
public double PF_RATIO_THIS_BARCODE_TO_BEST_BARCODE_PCT
public double PF_NORMALIZED_MATCHES
protected final byte[] barcodeBytes
Constructor Detail |
---|
public IndexDecoder.BarcodeMetric(IndexDecoder.NamedBarcode namedBarcode)
namedBarcode
- public IndexDecoder.BarcodeMetric()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |