Skip to content
/ omicwas Public

❗ This is a read-only mirror of the CRAN R package repository. omicwas — Cell-Type-Specific Association Testing in Bulk Omics Experiments. Homepage: https://github.com/fumi-github/omicwas Report bugs for this package: https://github.com/fumi-github/omicwas/issues

Notifications You must be signed in to change notification settings

cran/omicwas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

omicwas

Cell-Type-Specific Disease Association Testing in Bulk Omics Experiments

Installation in R

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")

Usage

library(omicwas)
vignette("intro", package = "omicwas")

Information

Preprint available from bioRxiv

CSHL (14 Nov 2019) poster

About

❗ This is a read-only mirror of the CRAN R package repository. omicwas — Cell-Type-Specific Association Testing in Bulk Omics Experiments. Homepage: https://github.com/fumi-github/omicwas Report bugs for this package: https://github.com/fumi-github/omicwas/issues

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages