gr.chr | R Documentation |
GRanges seqlevels
Prepend "chr" to GRanges seqlevels
gr.chr(gr)
gr |
|
Identical GRanges
, but with 'chr' prepended to each seqlevel
gr <- gr.chr(GRanges(c(1,"chrX"), IRanges(c(1,2), 1)))
seqnames(gr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.