View source: R/splicewiz_wrappers.R
event_region_to_coordinate | R Documentation |
Convert event regions to genomic co-ordinates.
event_region_to_coordinate(event_region, prefix = "")
event_region |
a character vector denoting valid event regions. |
prefix |
a character string, usually "chr", to append in the chromosome names. This is useful when event names are without "chr" prefix while BSgenome contains "chr". |
a tibble.
## Not run:
# // to do
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.