-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
28 lines (28 loc) · 2.17 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: graphsim
Type: Package
Title: Simulate Expression Data from 'igraph' Networks
Version: 1.0.3
Date: 2022-09-10
Authors@R: c(person("S. Thomas", "Kelly",email = "tomkellygenetics@gmail.com", role = c("aut", "cre")),
person("Michael A.", "Black", email = "mik.black@otago.ac.nz", role = c("aut", "ths")),
person("Robrecht", "Cannoodt", role = c("ctb")),
person("Jason Cory", "Brunson", role = c("ctb")))
Description: Functions to develop simulated continuous data (e.g., gene expression) from a sigma covariance matrix derived from a graph structure in 'igraph' objects. Intended to extend 'mvtnorm' to take 'igraph' structures rather than sigma matrices as input. This allows the use of simulated data that correctly accounts for pathway relationships and correlations. This allows the use of simulated data that correctly accounts for pathway relationships and correlations. Here we present a versatile statistical framework to simulate correlated gene expression data from biological pathways, by sampling from a multivariate normal distribution derived from a graph structure. This package allows the simulation of biological pathways from a graph structure based on a statistical model of gene expression. For example methods to infer biological pathways and gene regulatory networks from gene expression data can be tested on simulated datasets using this framework. This also allows for pathway structures to be considered as a confounding variable when simulating gene expression data to test the performance of genomic analyses.
License: GPL-3
URL: https://github.com/TomKellyGenetics/graphsim/
BugReports: https://github.com/TomKellyGenetics/graphsim/issues/
Depends: R (>= 2.10)
Imports: gplots, igraph, mvtnorm, matrixcalc, Matrix, graphics
Suggests: devtools, knitr (>= 1.5), markdown, prettydoc, R.rsp,
rmarkdown, testthat, scales, vdiffr
LazyData: TRUE
RoxygenNote: 7.1.2
Encoding: UTF-8
VignetteBuilder: R.rsp
NeedsCompilation: no
Packaged: 2021-07-28 08:18:50 UTC; tom
Author: S. Thomas Kelly [aut, cre],
Michael A. Black [aut, ths],
Robrecht Cannoodt [ctb],
Jason Cory Brunson [ctb]
Maintainer: S. Thomas Kelly <tomkellygenetics@gmail.com>