convert.ace.rownames | R Documentation |
Translates rownames() of the 'ace' object for mouse and human datasets. A typical use-case is when input ids are in ENSEMBL format, but user is interested to work with gene symbols.
convert.ace.rownames(ace, from = "ENSEMBL", to = "SYMBOL", species = "human")
ace |
Input 'ace' object |
from |
Source annotation (default='ENSEMBL') |
to |
Target annotation (default='SYMBOL') |
species |
Either 'mouse' or 'human' (default='human') |
'SingleCellExeriment' object with renamed rows
ace = import.ace.from.CDS(monocle_cds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.