This package contains methods required for the TbT method.
For comparison of tag count data, including RNA-seq and ChIP-seq
analysis, removal of differentially represented tags before normalization.
This package provides a code base to do such analysis by using
edgeR and baySeq packages. In addition, differential gene expression
simulation data generation code is provided using NBPSeq.

edgeR and baySeq are available from bioconductor and can be installed by
source("http://bioconductor.org/biocLite.R") 
biocLite("edgeR")
biocLite("baySeq")
