.ensg_to_name | 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.
.ensg_to_name( dat, ensg_col = "trait", new_col = "hgnc_symbol", build = "grch37" )
dat |
Data.frame of data |
ensg_col |
Column name containing ENSG IDs (Optional) |
new_col |
Column to append to 'dat' with converted names (Optional) |
build |
Genomic build (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.