Index of /web/packages/SeqNet/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2019-12-18 19:40 4.6K 

README

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')