Calculate the WGCNA connectivity matrix, perform hierarchical clustering, cut tree, and then eigengene values. Weight power is automatically determined
1 2 3 4 5 6 7 8 9 10 | find_eigengene(
x,
save_dir,
cluster_num = "all",
select_type = "revised",
save_eigen = T,
return_eigengene = F,
top_markers = NULL,
...
)
|
x |
a Seurat object |
save_dir |
where to store the genes of each WGCNA cluster |
cluster_num |
on which cell cluster WGCNA is performed. 'all' means the entire dataset is involved |
select_type |
where the cluster information is stored. |
... |
other parameters to pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.