Description Usage Arguments Details Value Examples
View source: R/SCANVISmerge.R View source: R/SCANVISvisual.R
Converts gene name/s to genomic coordinates using gene annotation file from SCANVISannotation
1 | gene2roi(g,gen)
|
g |
vector of one or more gene names or gene ids in the same chromosome |
gen |
gene annotation object as output by SCANIVS.annotation |
This function is called upon by SCANVISlinkvar and SCANVISvisual
chr, start and end of the union of genomic intervals that overlap the genes in g
1 2 3 | data(SCANVISexamples)
g=c('TDRD6','PLA2G7')
roi=gene2roi(g,gen19)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.