gr.string | R Documentation |
GRanges
pile (ie chr:start-end)Return UCSC style interval string corresponding to GRanges
pile (ie chr:start-end)
gr.string(
gr,
add.chr = FALSE,
mb = FALSE,
round = 3,
other.cols = c(),
pretty = FALSE
)
gr |
|
add.chr |
boolean Flag to prepend seqnames with "chr" (default = FALSE) |
mb |
boolean Flag to round to the nearest megabase (default = FALSE) |
round |
integer If |
other.cols |
character vector Names of additional |
pretty |
boolean Flag to output interval string in more readable format |
UCSC style interval string corresponding to GRanges
pile
Marcin Imielinski
gr.string(example_genes, other.cols = c("name", "name2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.