Package: DEGage
Type: Package
Title: DEGage
Version: 1.0.0
Author: Alicia Petrany, Yong Chen
Maintainer: <petran54@students.rowan.edu>
Description: Detects differential expression in NGS count data using a difference to two negative binomial distributions (DOTNB).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: 
  Rcpp (>= 1.0.9),
  MASS,
  hypergeo,
  pscl,
  parallel,
  doParallel,
  foreach
LinkingTo: Rcpp
RoxygenNote: 7.3.1
Suggests: 
    knitr,
    rmarkdown,
VignetteBuilder: knitr
