ranges2UCSC | R Documentation |
Write a bedfile from Genomic Ranges object for upload on to UCSC Genome browser.
ranges2UCSC(
gr,
outputDirectory = ".",
index = "bedFile",
colorRGB = "0,0,0",
id.field = ""
)
gr |
A |
outputDirectory |
A path to directory where to save UCSC bed file. |
colorRGB |
An RGB color to be used for submitted ranges. |
id.field |
A name of metacolumn field to use as a name for each range. |
NULL
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.