An R package for simulating RNA-seq counts from gene-gene association networks.
SeqNet can be installed from CRAN or from GitHub using the devtools package:
devtools
# From CRAN: install.packages('SeqNet') # From GitHub: # install.packages('devtools') devtools::install_github('tgrimes/SeqNet')