Description Usage Arguments Value See Also Examples
Karyo/Interval Plot GRanges(List)
1 | plot_karyogram(grlist, title = unique(genome(grlist)))
|
grlist |
|
title |
plot title |
list
1 2 3 4 5 6 7 8 9 | # Plot GRanges
bedfile <- system.file('extdata/SRF.bed', package = 'multicrispr')
gr <- bed_to_granges(bedfile, 'mm10', plot = FALSE)
plot_karyogram(gr)
# Plot GRangesList
flanks <- up_flank(gr, stranded=FALSE)
grlist <- GenomicRanges::GRangesList(sites = gr, flanks = flanks)
plot_karyogram(grlist)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.