Description Usage Arguments Details Value References Examples
Convert UCSC-formatted genomic positions to a GRanges object
1 | ucsc2GRanges(ucscPositions)
|
ucscPositions |
character; a vector of UCSC formatted genomic positions. |
UCSC formatted genomic positions such as chr5:10000-35000 are converted into GRanges format.
a GRanges with chr, start and end derived from the UCSC format
http://genomics.iit.it/groups/computational-epigenomics.html
1 | ucsc2GRanges(c('chr1:100-500','chrX:20-1000'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.