Main content
idwas r package
Date created: 2017-04-24 06:57 PM | Last Updated: 2022-03-25 06:00 PM
Identifiers: DOI 10.17605/OSF.IO/YATU3 | ARK c7605/osf.io/yatu3
Category: Project
Description: An R package for performing IDWAS
The idwas package. Note this package depends on the pRRophetic package, which is available for download here: https://osf.io/yatu3/
Note that there are a number of dependencies, which can be installed with the following commands from the R prompt:
source("http://bioconductor.org/biocLite.R")
biocLite(c("car", "ridge", "preprocessCore", "genefilter", "sva")) # pRRophetic dependencies
Then, to i…