Name Mode Size
R 040000
man 040000
vignettes 040000
DESCRIPTION 100644 1 kb
NAMESPACE 100644 2 kb
NEWS 100644 3 kb
README.md 100644 1 kb
README.md
# consensusDE consensusDE is an R package for RNA-seq analysis using multiple algorithms - reaching consensus. ## Installing consensusDE To obtain the original version from github, install devtools in R and use the following: ```R library(devtools) devtools::install_github("awaardenberg/consensusDE", build_vignettes = TRUE) ``` ## Examples To run consensusDE, load the library and follow the examples in the vignette. ```R library(consensusDE) vignette("consensusDE") ``` ## Contact For more details, contact Ashley Waardenberg: a.waardenberg@gmail.com