|
| static void | main (String[] args) throws IOException |
| |
| broad.pda.countreads.FastqLibraryStats.FastqLibraryStats |
( |
String |
singleReadFastq | ) |
throws IOException |
Constructor for single end reads
- Parameters
-
- Exceptions
-
| broad.pda.countreads.FastqLibraryStats.FastqLibraryStats |
( |
String |
read1fastq, |
|
|
String |
read2fastq |
|
) |
| throws IOException |
Constructor for paired end reads
- Parameters
-
- Exceptions
-
| long broad.pda.countreads.FastqLibraryStats.getEstimatedLibrarySize |
( |
| ) |
|
Get the estimated library size based on number of reads and percent duplicates
- Returns
- The estimated library size
| int broad.pda.countreads.FastqLibraryStats.getNumUniqueReads |
( |
| ) |
|
Get the number of unique reads
- Returns
- The number of unique reads
| double broad.pda.countreads.FastqLibraryStats.getPercentDuplicated |
( |
| ) |
|
Get the proportion of reads that are duplicates
- Returns
- The proportion of reads that are duplicated
| int broad.pda.countreads.FastqLibraryStats.getTotalReads |
( |
| ) |
|
Get the total number of reads
- Returns
- The total number of reads
| static void broad.pda.countreads.FastqLibraryStats.main |
( |
String[] |
args | ) |
throws IOException |
|
static |
| void broad.pda.countreads.FastqLibraryStats.writeSeparateFiles |
( |
String |
outUniquePrefix, |
|
|
String |
outDupPrefix, |
|
|
boolean |
pairedReads |
|
) |
| throws IOException |
Write fastq files of unique reads and duplicated reads
- Parameters
-
| outUniquePrefix | Output fastq file of unique reads |
| outDupPrefix | Output fastq file of duplicated reads |
| pairedReads | Whether the reads are paired |
- Exceptions
-
The documentation for this class was generated from the following file: