Description Usage Arguments Value Examples
Switches gene identifiers used in the EMSet to the identifiers stored in a column of rowInfo.
1 2 3 4 | convertGeneID(object, new.annotation)
## S4 method for signature 'EMSet'
convertGeneID(object, new.annotation = NULL)
|
object |
EMSet |
new.annotation |
Name of the column where the new set of identifiers are stored in rowInfo |
An EMSet with genes swapped to identifiers stored in specified column of colInfo.
1 2 3 4 5 | # Load data
x <- ascend::raw_set
# Switch identifiers
x <- convertGeneID(x, new.annotation = "ensembl_gene_id")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.