Skip to contents
dormancy 0.1.0
New Features
Core Detection
-
dormancy_detect(): Main function for detecting dormant patterns with four methods:
- Conditional detection: finds patterns suppressed by conditions
- Threshold detection: finds patterns emerging at thresholds
- Phase detection: finds patterns in specific phase regions
- Cascade detection: finds cascade-ready patterns
Visualization
- Plot methods for dormancy objects
- Support for overview, pattern network, risk, and timeline views
- Rcpp implementations for core algorithms
- Fast rolling correlation computation
- Efficient conditional correlation calculation
- Optimized entropy and mutual information estimation
Documentation
- Comprehensive vignette introducing the package
- Full roxygen2 documentation
- Examples for all major functions
Testing
- Complete test suite with testthat
- Coverage for all exported functions