View source: R/genomicRegions.R
grGeneAnnot | R Documentation |
get gene annotation for a GRanges
object using a RegionSetDB
region database object by linking to the nearest gene
grGeneAnnot(
gr,
rsdb,
geneSetName = "genes_protein_coding",
geneSetCollection = "Gencode",
maxDist = 1e+05
)
gr |
|
rsdb |
|
geneSetName |
Name of the region set containng gene annotation in the |
geneSetCollection |
Name of the region set collection containng gene annotation in the |
maxDist |
maximum distance for matching to nearest gene |
data.frame
containing information on the nearest gene for each element in gr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.