this is a tiny hub for storing and rapid loading my NGS annotation data.
besides, it also provides several useful functions for how to produce annotaion datasets and how to convert genes between species.
Version: 1.0.0
You can install the released version of shinySeqDB from Github with:
devtools::install_github("soulong/AnnotationHub")
This is a basic example which shows you how to solve a common problem:
library(AnnotationHub)
genes <- c("Gucy1a1", "Pten", "Zyx", "Zscan5b", "Dada")
ortholog_symbol_convert(genes, "mm", "symbol", toType=c("ensembl_gene_id", "symbol", "entrezgene"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.