Description Usage Arguments Examples
Given a GRanges returns region name such as chr22:18267969-18268249
1 | make_names_from_granges(region)
|
region |
A GenomicRanges object |
1 2 3 | 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.