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:
# From CRAN:
install.packages('SeqNet')
# From GitHub:
# install.packages('devtools')
::install_github('tgrimes/SeqNet') devtools