coordFormat | R Documentation |
Split input string with deliminator ":" then transform into GRange object
coordFormat(mycoords.list)
mycoords.list |
A string list with the format of "2:16e7:16.5e7" |
A target search range as a GRanges object
if (requireNamespace("dplyr", quietly = TRUE)) {
mycoords.list <- "2:16e7:16.5e7"
coordFormat (mycoords.list)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.