Description Usage Arguments Value Author(s) Examples
Read regions from a data.frame, a file or a connection.
1 | read_regions(x)
|
x |
data.frame or character, the regions in study. A data.frame with three columns (chr/start/end), a file path or a connection with three columns (chr/start/end) without column names. Return an empty data.frame if "", "NULL" or NULL. |
data.frame of three columns (chr/start/end)
Xiaobei Zhao
1 2 3 4 5 6 7 8 | read_regions("
chr1 0 249250621
chr2 0 243199373
chr3 0 198022430
chr4 0 191154276
chr5 0 180915260
chr6 0 171115067
")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.