README.md

sp.gwas

R package for an analysis of high-dimensional Single-Nucleotide-Polymorphism(SNP) data in the hapmap format.

Installation

There is an install_github function to install R packages hosted on GitHub in the devtools package.

install.packages("devtools")
libary(devtools)

Now then you can install sp.gwas package as follows.

install_github("statpng/sp.gwas")

You may need to update your installed package which have dependencies with sp.gwas.

update.packages()

If you cannot update some packages, try install sp.gwas after removing the packages that are not updated correctly from directory of R library, such as

remove.packages("pkgname")

or removing package folder in R library("C:\Program Files\R\R-3.5.2\library").



statpng/sp.gwas documentation built on Dec. 17, 2020, 5:55 a.m.