Load a previously saved WGCNA object from disk.
Lazy wrapper around omicverse.external.PyWGCNA.utils.readWGCNA().
- 参数:
file (str) – Path to the pickled object produced by pyWGCNA.saveWGCNA(...).
- 返回:
Restored analysis object with all attributes (datExpr,
MEs, moduleTraitCor …) populated.
- 返回类型:
pyWGCNA