parse.grl | R Documentation |
Quick function to parse GRangesList
from character vector IGV / UCSC style strings of format gr1;gr2;gr3 where each gr is of format chr:start-end[+/-]
parse.grl(x, seqlengths = hg_seqlengths(), meta = NULL)
x |
character vector representing a GRangesList with UCSC style coordinates (chr:start-end[+-]) representing a [signed] Granges and ";" separators within each item of x separating individaul each GRAnges |
seqlengths |
named integer vector representing genome (default = hg_seqlengths()) |
GRangesList parsed from IGV-/UCSC-style strings
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.