View source: R/ucsc_to_granges.R
granges_to_ucsc | R Documentation |
This function takes a GRanges objects and returns a string of UCSC genome browser coordinates.
granges_to_ucsc(gr)
gr |
A GRanges object. |
A character vector of UCSC genome browser coordinates.
Leonardo Collado-Torres
ucsc_to_granges
ucsc_coords <- c("chr1:1000-2000")
granges_to_ucsc(ucsc_to_granges(ucsc_coords))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.