Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

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

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.