convert_gsc_ids | R Documentation |
This is intended to convert all the IDs in a geneSet from one ID type to another and giving back the geneSet with the new IDs. FIXME: This should use convert_ids() to simplify itself
convert_gsc_ids(
gsc,
orgdb = "org.Hs.eg.db",
from_type = NULL,
to_type = "ENTREZID"
)
gsc |
geneSetCollection with IDs of a type one wishes to change. |
orgdb |
Annotation object containing the various IDs. |
from_type |
Name of the ID which your gsc is using. This can probably be automagically detected... |
to_type |
Name of the ID you wish to use. |
One caveat: this will collapse redundant IDs via unique().
Fresh gene set collection replete with new names.
[AnnotationDbi] [guess_orgdb_keytypes()] [convert_ids()] [GSEABase]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.