From 44d88d51d0081e07331bd3c998ec122428ff0bb1 Mon Sep 17 00:00:00 2001 From: Seyoon Ko Date: Wed, 27 Mar 2024 23:10:27 -0700 Subject: [PATCH] Update gwas.jl remove unsupported keyword from the docstring --- src/gwas.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gwas.jl b/src/gwas.jl index d725d80..dd35d26 100644 --- a/src/gwas.jl +++ b/src/gwas.jl @@ -67,8 +67,6 @@ end - `testformula::FormulaTerm`: formula for test unit. Default is `@formula(trait ~ 0 + snp)`. - `test::Symbol`: `:score` (default) or `:wald`. - `disable_wsvar::Bool`: Disables test for within-sample variability for the Wald test. Default false. -- `link::GLM.Link`: `LogitLink()` (default), `ProbitLink()`, `CauchitLink()`, - or `CloglogLink()`. - `snpmodel`: `ADDITIVE_MODEL` (default), `DOMINANT_MODEL`, or `RECESSIVE_MODEL`. - `snpinds::Union{Nothing,AbstractVector{<:Integer}}`: SNP indices for bed/vcf file. - `geneticrowinds::Union{Nothing,AbstractVector{<:Integer}}`: sample indices for bed/vcf file.