n
number of sequences to read from each input file. This represents
sample size if 'sample' parameter is TRUE, if not represents the chunk size
to read on each iteration. By default, it reads a sample of one million
sequences from each input file.
pair
combination of files for paired-end reads. By default, all input
files are treated as single-end. For paired-end, please define a vector of
numbers where two index with the same value represent a pair. Examples,
single-end c(1,2,3,4)
and paired-end c(1,1,2,2)
.