View source: R/getEnsGeneMaps.R
getEnsGeneMaps | R Documentation |
Returns a data frame for mapping specified genetic identifiers. For use with human data only.
getEnsGeneMaps(type = c("full", "t2g", "t2n", "g2n", "g2e", "n2e"))
type |
Indicate type of map desired. c("full", "t2g", "t2n", "g2n", "g2e", "n2e") "full" = full map containing Ensemble transcript IDs (ENSTs), gene IDs (ENSGs), external gene names (symbols), and Entrez IDs (####) full map will contain NAs where identifiers don't have mapped counterparts "t2g" = ENST and ENSG "t2n" = ENST and gene names (symbols) "g2n" = ENSGs and gene names (symbols) "g2e" = ENSGs and Entrez IDs "n2e" = gene names (symbols) and Entrez IDs |
specified gene map
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.