convert_ids | R Documentation |
Though it is possible to use gsva without ENTREZ IDs, it is not trivial. This function attempts to ensure that the IDs in one's expressionset are therefore entrez IDs. It is possible that this function is at least partially redundant with other functions in this package and should be replaced.
convert_ids(ids, from = "ENSEMBL", to = "ENTREZID", orgdb = "org.Hs.eg.db")
ids |
Vector of IDS to modify. |
from |
Change from this format. |
to |
Change to this format. |
orgdb |
Using this orgdb instance. |
New vector of ENTREZ IDs.
[AnnotationDbi]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.