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