annotate_ensg | R Documentation |
Attempts to convert ENSG IDs to gene names (hgnc_symbol). This is attempting using biomaRt's service and thus requires the optional biomaRt package to be installed.
annotate_ensg( dat, column = "exposure", gene_name_col = "hgnc_symbol", build = "grch37" )
dat |
Data.frame of data |
gene_name_col |
Column to append to 'dat' with converted names (Optional) |
build |
Genomic build (Optional) |
col |
Column name containing ENSG IDs (Optional) |
Data.frame with appended column for names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.