Description Usage Arguments Value
View source: R/ensemblTOentrez.R
This function can be called without DESeq, input a gene expression matrix based on ensembl IDs and output the corresponding matrix based on entrez IDs
1 | ensemblTOentrez(geneExp, geneSymbol, condition, n1, n2)
|
geneExp |
a data object with ensembl IDs as rownames |
geneSymbol |
a data frame with all gene annotation information |
condition |
character vector containing group condition |
n1 |
the number of one condition in "condition" |
n2 |
the numbe of the second condition in "condition" |
an ExpressionSet object with matrix based on entrez gene IDs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.