Get the inDrops sample index counts from i5 FASTQ files
Source:R/indropsSampleIndexCounts.R
indropsSampleIndexCounts.Rd
Get the inDrops sample index counts from i5 FASTQ files
Arguments
- dir
character(1)
. Directory containing inDrops FASTQ files. Must contain R3 files, which contain the i5 index barcodes.- r3Pattern
character(1)
. Tail pattern for matching the R3 FASTQ files. Passed tolist.files()
internally aspattern
argument.- n
integer(1)
. Number of top barcodes to return.