Calculate TOM by WGCNA
getTOM(
seu,
softPower = 2,
dofilter = TRUE,
assay = CodexPredefined$defaultAssay,
output = c("plot", "matrix"),
hclust_method = "complete",
...
)
A Seurat object
Soft thresholding power.
logical(1L). Filter the expression data or not.
The expression assay name. Do NOT use GMM.
The output of the function. Available options: plot (default), and matrix.
The agglomeration method to be used. See hclust.
Parameters for adjacency.
A ggplot object or a dist matrix.