Description Usage Arguments Value
Function to zip together a vector of entrez_ids with the gene symbol corresponding to each. The returned vector is in the form c("10000|AKT3", "1234|CCR5", ...)
1 | paste_gene_symbols(entrez_ids, entrezgene_db, collapse_character = "|")
|
entrez_ids |
a vector of NCBI entrez gene ids. |
entrezgene_db |
an AnnotationDbi-style database for use in obtaining the symbols corresponding to the gene ids. |
collapse_character |
a single character for use in collapsing gene.id and gene.symbol into "gene.id|gene.symbol". |
a vector of "gene.id|gene.symbol" entries.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.