Package: SeqNet
Title: Generate RNA-Seq Data from Gene-Gene Association Networks
Version: 1.0.0
Authors@R: c(person("Tyler", "Grimes", role = c("aut", "cre"),
                    email = "tyler.grimes@ufl.edu"),
             person("Somnath", "Datta", role = c("aut")))
Author: Tyler Grimes [aut, cre],
  Somnath Datta [aut]
Maintainer: Tyler Grimes <tyler.grimes@ufl.edu>
Description: Methods to generate random gene-gene association networks and simulate RNA-seq data from them. Includes functions to generate random networks of any size and perturb them to obtain differential networks. Network objects are built from individual, overlapping modules that represent pathways. The resulting network has various topological properties that are characteristic of gene regulatory networks. RNA-seq data can be generated such that the association among gene expression profiles reflect the underlying network. A reference RNA-seq dataset can be provided to model realistic marginal distributions. Plotting functions are available to visualize a network, compare two networks, and compare the expression of two genes across multiple networks.
Depends: R (>= 3.5.0)
Imports: fitdistrplus, ggplot2, grDevices, graphics, igraph, mvtnorm,
        purrr, RColorBrewer, tibble, Rcpp, rlang, stats, utils
Suggests: knitr, rmarkdown, testthat
License: GPL-2 | GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2019-06-21 18:24:30 UTC; Grimes
Repository: CRAN
Date/Publication: 2019-06-24 11:10:03 UTC
