OpenMendel / OrdinalGWAS.jl

Genome-wide association studies (GWAS) for ordered categorical phenotypes

Home Page:https://openmendel.github.io/OrdinalGWAS.jl/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation Note 2

cassondranewman opened this issue · comments

Again thank you SO much for this tool. I just wanted to note another inconsitency I found in the documentation to help other new users.

In the installation section, https://openmendel.github.io/OrdinalGWAS.jl/stable/#Installation , you have the following line:

# for use in this tutorial
using BenchmarkTools, CSV, Glob, SnpArrays, OrdinalGWAS, DataFrames

For me to run the tutorial I needed StatsModel. Maybe add StatsModel into the list or with a Pkg.add()

Thanks for everything!

Thanks for your notice. We will update our documentation soon.