omicverse.bulk.readWGCNA#
- omicverse.bulk.readWGCNA(file)[source]#
Load a previously saved WGCNA object from disk.
Lazy wrapper around
omicverse.external.PyWGCNA.utils.readWGCNA().- Parameters:
file (str) – Path to the pickled object produced by
pyWGCNA.saveWGCNA(...).- Returns:
Restored analysis object with all attributes (
datExpr,MEs,moduleTraitCor…) populated.- Return type:
pyWGCNA