Learn R Programming

CrispRVariants (version 1.0.2)

getChimeras: Get chimeric alignments

Description

Return chimeric alignments from a collection of aligned sequences

Usage

getChimeras(obj, ...)
"getChimeras"(obj, ..., sample)

Arguments

obj
An object containing aligned sequences
...
additional arguments
sample
The sample name or sample index to return

Value

A GAlignment object containing the chimeric read groups

Examples

Run this code
data("gol_clutch1")
chimeras <- getChimeras(gol, sample = 2)

Run the code above in your browser using DataLab