Menu:
Software
- ReKo: Reflection Knockoffs via Householder Reflection (2025)
- ReKo constructs knockoffs of an n by p feature matrix using Householder Reflection. By introducing ghost observation corresponding to priors for Householder reflection, ReKo works for both n > p and n < p.
- Source code and Mannual on github
- IDUL: Iterative dispersion udpate to fit linear mixed model (2024)
- Kindred: Infer kinship and inbreeding coefficients (2023)
- Nubeam-dedup de-duplicate sequencing reads without mapping (2020)
- Nubeam-dedup represents nucleotides by matrices, transforms reads into products of matrices, and based on which assigns a unique number to a read. Thus, duplicate reads can be efficiently removed by using a collisionless hash function. This is the companion software for the paper Nubeam-dedup Bioinforamtics.
- Download and Documentation on github
- Bach: Bausch's algorithm for chi-squared weighted sum (2018)
- This software computes tail probability of a mixture of chi-squared random variables. We (I mean former graduate stuent Quan Zhou) implmented Bausch's algorithm using GNU GMP library so that a tail probability (or p-value) can be evaluated to an arbitrary precision. It is the companion software for a manuscript written by Zhou and Guan Null distribution of Bayes factors.
- Download and Documentation
- ELAI: Efficient Local Ancestry Inference (2014)
- hapQTL: haplotype Quantitative Loci (2014)
- piMASS: posterior inference via Model Averaging and Subset Selection (2010)
- BIMBAM: Baysian Imputation Based Association Mapping (2008)
- WinSSS: Windows-based Stochastic Spatial Simulator (2004)
- This is a Windows-based software. It implements many classical models in interacting particle systems, for example, the multiple contact process, the Greenberg Hastings process, and the generalized Rock-Scissor-Paper dynamic. The real time animations are rendered by openGL.
- Download and Documentation
- Source code for WinSSS