Description Usage Arguments Value See Also
View source: R/convertGeneNames.R
Convert wormbase gene identification to official gene symbol. Uses org.Ce.eg.db
for mapping.
1 2 3 4 5 6 | convertGene(
keys,
column = "SYMBOL",
keytype = "WORMBASE",
x = org.Ce.eg.db::org.Ce.eg.db
)
|
keys |
the keys to select records for from the database. All possible
keys are returned by using the |
column |
the column to search on (for |
keytype |
the keytype that matches the keys used. For the
|
x |
the |
character; Converted gene identification to the type specified by column
.
mapIds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.