splitCoordinate | R Documentation |
Use this function to split chromosome range information in the format of chromosome:start-stop.
splitCoordinate(pos)
splitRegion(pos)
pos |
a character vector of chromosome ranges to split. |
Returns a data.frame containing the chromosome name, the start and the stop position.
splitRegion
: Does the same as splitCoordinate
, but returns the result as a list and is more robust.
Rehrauer, Hubert
Schmid, Peter
splitCoordinate("chrm:1-50")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.