Skip to content

Commit

Permalink
Update gwas.jl
Browse files Browse the repository at this point in the history
remove unsupported keyword from the docstring
  • Loading branch information
kose-y authored Mar 28, 2024
1 parent 2930f41 commit 44d88d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gwas.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 44d88d5

Please sign in to comment.