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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added tgs_chi2(): vectorized chi-squared test for 2x2 contingency tables with optional Yates' continuity correction. Supports both dense and sparse (dgCMatrix) matrix input. Useful for differential gene expression analysis. C++ backend with fork-based parallelization for large matrices and erfc(sqrt(x/2)) optimization for p-value computation.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fix@compilation warning on m1 macs (#6)
* Fixed a compilation warning on M1 macs.
* use `lang2` instead of string evaluation
* fixed more CMD check warnings