View source: R/annotation_orgdb.R
guess_orgdb_keytype | R Documentation |
Sometimes, one does not know what the correct keytype is for a given set of IDs. This will hopefully find them.
guess_orgdb_keytype(ids, orgdb = NULL, verbose = FALSE)
ids |
Set of gene IDs to seek. |
orgdb |
Orgdb instance to iterate through. |
verbose |
talky talk |
Likely keytype which provides the desired IDs.
[org.Dm.eg.db]
ids <- c("Dm.9", "Dm.2294", "Dm.4971")
dm_orgdb <- "org.Dm.eg.db"
keytype_guess <- guess_orgdb_keytype(ids, dm_orgdb)
keytype_guess
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.