A fast and extremely powerful R package for GWAS
Written by Mengjin Zhu & GuangLiang Zhou
Last update: Sep 27, 2021
install.packages("devtools")
devtools::install_github("AlenLove/SEIRtest")
SEIR R version only support numeric data type
library(SEIR)
data(map)
data(geno)
data(phe)
SEIR(Y=phe,X=geno,GM=map,CV=NULL,maxStep=10, selector="stepwise",fun.selection="fastLm", extraction="min",X.check="FALSE",chunk.num = NULL, file.output=FALSE,plot.style="SEIR",cutOff=0.05)
More parameters explained [here]
Bugs could be reported [here]
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details
Mengjin zhu (glzhou@webmail.hzau.edu.cn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.