jendelman / GWASpoly

GWAS software that can handle autopolyploids
GNU General Public License v3.0
26 stars 12 forks source link

Error M.eff threshold #14

Open cculma opened 2 years ago

cculma commented 2 years ago

Hi, I can not use the method M.eff to establish a threshold and obtain sig markers in my GWAS analysis. My genotypic matrix contains 92465 markers and the function set.threshold does not run if the matrix contains more than 5000 markers. Is there a way to solve this issue? Thank you!

data2 <- set.threshold(data.loco.scan,method="M.eff",level=0.05)

Best

Cesar