getChimeras {CrispRVariants} | R Documentation |
Return chimeric alignments from a collection of aligned sequences
getChimeras(obj, ...) ## S4 method for signature 'CrisprSet' getChimeras(obj, ..., sample)
obj |
An object containing aligned sequences |
... |
additional arguments |
sample |
The sample name or sample index to return |
A GAlignment object containing the chimeric read groups
Helen Lindsay
data("gol_clutch1") chimeras <- getChimeras(gol, sample = 2)