pull_gene_details | R Documentation |
This function subsets the gene index for a genomic region of interest.
pull_gene_details(cnr, coord = "12:69200804:69246466")
cnr |
a cnr bundle |
coord |
genomic region in ensembl format |
Returns the subset of the 'gene.index' table for the genomic region.
data(cnr) coord <- "12:69200804:69246466" pull_gene_details(cnr, coord = coord) coords <- c("1:170120554:172941951", "12:69200804:69246466") do.call(rbind, lapply(coords, function(rr) pull_gene_details(cnr, coord = rr)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.