The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Cell-Type-Specific Disease Association Testing in Bulk Omics Experiments
In order to install the most recent version:
install.packages("devtools")
devtools::install_github("fumi-github/omicwas", build_vignettes = TRUE)
If you encounter dependency error for sva
package,
install it from Bioconductor:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("sva")
To install from CRAN archive (possibly a version older than github):
install.packages("omicwas")
To uninstall package:
remove.packages("omicwas")
library(omicwas)
vignette("intro", package = "omicwas")
Preprint available from bioRxiv
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.