a path to fasta/fastq/sff reads file or a sampleInfo
object returned by read.SeqFolder
sector
specific sector to reads sequences from. Default is 1, and not
required if seqFilePath is a direct file path rather than sampleInfo object.
isPaired
does the sector contain paired end reads? Default is FALSE
Value
if isPaired is FALSE, then a DNAStringSet object, else a list of
DNAStringSet objects of three elements corresponding to reads from
"barcode", "pair1", and "pair2". Note: "pair2" is reverse complemented!