-
Notifications
You must be signed in to change notification settings - Fork 4
Example usage error of cpgen package #2
Copy link
Copy link
Open
Description
Hi Cheuerde,
when I use the cpgen example with cGWAS function, I got a mistake:
my R version is R4.2.2 .
I use the R script follow:
# generate random data
>rand_data(500,5000)
### GWAS without accounting for population structure
mod <- cGWAS(y,M)
I found error is "X must be of type 'matrix' ", but the "X" parameter was not introduced in the cGWAS function.
###############################
cGWAS example‘s input data is:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

