parse_chrompos | R Documentation |
Takes data frame or vector of chromosome position ranges and parses to granges object
parse_chrompos(chrompos, radius = NULL)
chrompos |
Either vector of chromosome and position ranges e.g. "1:1000" or "1:1000-2000", or data frame with columns |
radius |
Add radius to the specified positions. Default = NULL |
GRanges object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.