Name Mode Size
.github 040000
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 3 kb
NEWS 100644 3 kb
README.md 100644 1 kb
README.md
## compcodeR [![R build status](https://github.com/csoneson/compcodeR/workflows/R-CMD-check/badge.svg)](https://github.com/csoneson/compcodeR/actions) **compcodeR** is an R package that provides extensive functionality for comparing results obtained by different methods for differential expression analysis of (mainly) RNAseq data. It also contains functions for simulating count data and interfaces to several packages for performing the differential expression analysis. The release version of **compcodeR** can be installed via [Bioconductor](http://www.bioconductor.org/packages/release/bioc/html/compcodeR.html): ``` install.packages("BiocManager") BiocManager::install("compcodeR") ``` The most recent (development) version can also be installed from GitHub directly: ``` BiocManager::install("csoneson/compcodeR") ```