diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2019-05-26 11:36:49 +0800 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2019-05-26 11:36:49 +0800 |
commit | e6e8db340ad9b6f401e91769d6db719982a48ce8 (patch) | |
tree | 5fa791e94def9c03ccbd1bda603efde6106522c1 /biology/Makefile | |
parent | 911e7c008b5ed5e8b0fdb1980414d9934fdc802b (diff) | |
download | freebsd-ports-gnome-e6e8db340ad9b6f401e91769d6db719982a48ce8.tar.gz freebsd-ports-gnome-e6e8db340ad9b6f401e91769d6db719982a48ce8.tar.zst freebsd-ports-gnome-e6e8db340ad9b6f401e91769d6db719982a48ce8.zip |
biology/bolt-lmm: Mixed model association testing and variance component analysis
The BOLT-LMM software package currently consists of two main algorithms, the
BOLT-LMM algorithm for mixed model association testing, and the BOLT-REML
algorithm for variance components analysis (i.e., partitioning of
SNP-heritability and estimation of genetic correlations).
Diffstat (limited to 'biology/Makefile')
-rw-r--r-- | biology/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/Makefile b/biology/Makefile index 97fc09f97faf..70f82e9c2742 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -11,6 +11,7 @@ SUBDIR += bcftools SUBDIR += bedtools SUBDIR += biococoa + SUBDIR += bolt-lmm SUBDIR += bowtie SUBDIR += bowtie2 SUBDIR += bwa |