alns {CrispRVariants} | R Documentation |
Return alignments from an object that contains them. For a CrisprSet object, these are truncated, non-chimeric alignments
alns(obj, ...) ## S4 method for signature 'CrisprSet' alns(obj, ...)
obj |
An object containing aligned sequences |
... |
additional arguments |
A GAlignmentsList of consensus sequences on the positive strand.
Helen Lindsay
data("gol_clutch1") alns <- alns(gol)