make_names_from_granges | R Documentation |
Given a GRanges returns region name such as chr22:18267969-18268249
make_names_from_granges(region)
region |
A GenomicRanges object |
A string
regions.names <- c("chr22:18267969-18268249","chr23:18267969-18268249")
regions.gr <- make_granges_from_names(regions.names)
make_names_from_granges(regions.gr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.