Description Usage Arguments Value Examples
When downstream = 0 / upstream = 0, function converts bed formated regions to HUGO genes
1 2 3 4 5 6 |
bedfile |
Bed formated input gene regions |
upstream |
Maximum upstream distance from the transcription start region of the input gene |
downstream |
Maximum downstream distance from the transcription end region of the input gene |
org_assembly |
genomee assembly of interest for the analysis. Possible assemblies are "mm10" for mouse, "dre10" for zebrafish, "rn6" for rat, "dm6" for fruit fly, "ce11" for worm, "sc3" for yeast, "hg19" and "hg38" for human |
genes
1 2 3 4 5 6 7 | regions<-system.file("extdata", "ncRegion.txt", package = "NoRCE")
regionNC <- rtracklayer::import(regions, format = "BED")
neighbour <- getUCSC(bedfile = regionNC,
upstream = 1000,
downstream = 1000,
org_assembly = 'hg19')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.