R/compcodeR-package.R

#' RNAseq data simulation, differential expression analysis and 
#' performance comparison of differential expression methods
#' 
#' This package provides extensive functionality for comparing 
#' results obtained by different methods for differential expression analysis
#' of RNAseq data. It also contains functions for simulating count data and
#' interfaces to several packages for performing the differential expression analysis.
#' @name compcodeR-package
#' @aliases compcodeR
#' @docType package
#' @import tcltk knitr markdown ROCR lattice gplots gtools gdata caTools grid KernSmooth MASS ggplot2 stringr modeest limma edgeR vioplot methods
#' @title RNAseq data simulation, differential expression analysis and 
#' performance comparison of differential expression methods
#' @author Charlotte Soneson
#' @keywords package
NULL

Try the compcodeR package in your browser

Any scripts or data that you put into this service are public.

compcodeR documentation built on Nov. 10, 2020, 2 a.m.