Description Usage Arguments Value
View source: R/nameTOentrez_I.R
This function can be called without DESeq, input a gene expression matrix based on gene names and output the corresponding matrix based on entrez IDs
1 | nameTOentrez_I(geneExp, geneSymbol, condition, n1, n2)
|
geneExp |
a data object with gene names 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.