The GappedReads class extends the GAlignments class.
A GappedReads object contains all the information contained in a
GAlignments object plus the sequences of the queries.
Those sequences can be accessed via the qseq accessor.
Arguments
Constructor
GappedReads objects are typically created when reading a file
containing aligned reads with the readGappedReads
function.
Accessors
In the code snippets below, x is a GappedReads object.
qseq(x):
Extracts the sequences of the queries as a
DNAStringSet object.