Test for late conservation patterns in transcriptomic data by comparing late developmental stages to early and mid stages.
Details
The late conservation test evaluates whether later developmental stages show lower transcriptomic index values (indicating older genes) compared to earlier stages. The test computes a score based on the minimum difference between early vs. late and mid vs. late TXI values.
Examples
# Define developmental modules
modules <- list(early = 1:2, mid = 3:5, late = 6:7)
result <- stat_late_conservation_test(example_phyex_set_old, modules)
#>
Computing: [========================================] 100% (done)
