bio-multi-omics-similarity-network
Installation
SKILL.md
Version Compatibility
Reference examples tested with: scanpy 1.10+
Before using code patterns, verify installed versions match. If versions differ:
- R:
packageVersion('<pkg>')then?function_nameto verify parameters
If code throws ImportError, AttributeError, or TypeError, introspect the installed package and adapt the example to match the actual API rather than retrying.
Similarity Network Fusion
"Stratify patients using multi-omics data" → Fuse omics-specific patient similarity networks into a unified network for subtype discovery and clustering.
- R:
SNFtool::SNF()to fuse networks,spectralClustering()for subtyping
Basic SNF Workflow
Goal: Fuse multiple omics-specific patient similarity networks into a single unified network.