Description Usage Arguments Value Examples
Visualize read alignments for UMI tagged single cell RNA-sequencing data. Read names must contain UMI sequences at the end delimited by ":". Arrow represents orientation of alignment. Reads are colored by their UMI and sorted by their start positions and UMI.
1 2 |
bamGA |
A GenomicAlignment object |
chr |
Chromosome. Integer or "X", "Y", "MT". |
start |
Genomic coordinate of the start position. |
end |
Genomic coordinate of the end position. |
legend |
Show legend. Default is FALSE. |
A ggplot object of aligned reads
1 2 3 | data(bamExample, package = "scruff")
g <- rview(bamExample, chr = "MT", legend = TRUE)
g
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.