You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add reproducible seeding to clustering functions
Introduced an optional 'seed' parameter to scICE_clustering and all core clustering routines for deterministic, reproducible results. Updated documentation and README with usage examples and troubleshooting tips for reproducibility. All randomization in clustering, optimization, and bootstrap steps now supports hierarchical seeding for consistent results across runs.