|
| | SplitFastqByIndex (String fastq, String indexInfoFname, String index, String saveDir, boolean allowMismatch) throws IOException |
| |
|
| static String | extractBarcodeFromFastq (FastqRecord record) |
| |
| static void | writeBarcodeCount (String save, Map< String, Integer > barcodeCount, boolean sortedByCount) throws IOException |
| |
| static void | main (String[] args) throws IOException |
| |
| broad.pda.seq.fastq.SplitFastqByIndex.SplitFastqByIndex |
( |
String |
fastq, |
|
|
String |
indexInfoFname, |
|
|
String |
index, |
|
|
String |
saveDir, |
|
|
boolean |
allowMismatch |
|
) |
| throws IOException |
| static String broad.pda.seq.fastq.SplitFastqByIndex.extractBarcodeFromFastq |
( |
FastqRecord |
record | ) |
|
|
static |
| static void broad.pda.seq.fastq.SplitFastqByIndex.main |
( |
String[] |
args | ) |
throws IOException |
|
static |
| static void broad.pda.seq.fastq.SplitFastqByIndex.writeBarcodeCount |
( |
String |
save, |
|
|
Map< String, Integer > |
barcodeCount, |
|
|
boolean |
sortedByCount |
|
) |
| throws IOException |
|
static |
The documentation for this class was generated from the following file: