View source: R/scWGCNA.eigen.R
scW.eigen | R Documentation |
This function calculates module eigengenes, average expression, membership and p.values, from a Seurat object, using as reference a set of gene modules.
scW.eigen(modules, seurat)
modules |
scWGCNA.data or named vector. An scWGCNA.data object, as calculated by run.scWGCNA(). |
seurat |
a Seurat object, which has THE SAME gene names as the ones provided in the modules argument. |
A list with different data
# We can calculate the eigengenes taking the expression of the single cells eigengenes.sc = scW.eigen(modules = MmLimbE155.scWGCNA, seurat = my.small_MmLimbE155)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.