convertToHuman | R Documentation |
Convert data set by mapping to human orthologs
convertToHuman(object, ...)
## S4 method for signature 'DESeqAnalysis'
convertToHuman(object, map = NULL)
object |
Object. |
map |
|
... |
Additional arguments. |
Modified object. Features (i.e. rownames) will be remapped to human genes.
Updated 2023-04-28.
data(deseq, package = "DESeqAnalysis")
## DESeqAnalysis ====
object <- deseq
convertToHuman(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.