signedKME2 | R Documentation |
This is a wrapper for signedKME, with the additional step of reverting the gene names in the result to the input gene names. signedKME converts all special characters in the gene names to ".", and this causes name mismatches downstream.
signedKME2(datExpr, datME, ...)
datExpr |
a data frame containing the gene expression data, passed to signedKME |
datME |
a data frame containing module eigengenes, passed to signedKME |
... |
additional optional arguments to be passed to signedKME |
A data frame, as returned by signedKME
, with any "_" in the gene names of datExpr
retained as "_" in the result.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.