UpdateSymbols | R Documentation |
If your input files only contained ENSEMBL ids, use this to add gene symbols!
UpdateSymbols(data, species = NULL, current.value = "ensembl_gene_id")
data |
a grandR object |
species |
the species the genes belong to (eg "Homo sapiens"); can be NULL, then the species is inferred from gene ids (see details) |
current.value |
What it the current value in the symbols field? |
If no species is given, a very simple automatic inference is done, which will only work when having human or mouse ENSEMBL identifiers as gene ids.
If you need to specify species, it must be one of biomaRt::listDatasets(biomaRt::useMart("ensembl"))$dataset
!
Current.value must be one of biomaRt::listAttributes(biomaRt::useMart("ensembl"))$name
!
a grandR object with updated symbol names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.