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