-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.71 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: SPsimSeq
Title: Semi-parametric simulation tool for bulk and single-cell RNA sequencing data
Version: 0.99.13
Authors@R:
c(person(given = "Alemu Takele",
family = "Assefa",
role = c("aut"),
email = "alemutak@hotmail.com"),
person(given = "Olivier",
family = "Thas",
role = c("ths"),
email = "Olivier.Thas@ugent.be"),
person(given = "Joris",
family = "Meys",
role = c("cre"),
email = "Joris.Meys@ugent.be"),
person(given = "Stijn",
family = "Hawinkel",
role = c("aut"),
email = "stijnhawinkel@hotmail.com"))
Description: SPsimSeq uses a specially designed exponential family for density estimation
to constructs the distribution of gene expression levels from a given real
RNA sequencing data (single-cell or bulk), and subsequently simulates a new
dataset from the estimated marginal distributions using Gaussian-copulas to
retain the dependence between genes. It allows simulation of multiple groups
and batches with any required sample size and library size.
License: GPL-2
Encoding: UTF-8
LazyData: true
URL: https://github.com/CenterForStatistics-UGent/SPsimSeq
Imports:
stats,
methods,
SingleCellExperiment,
fitdistrplus,
graphics,
edgeR,
Hmisc,
WGCNA,
limma,
mvtnorm,
phyloseq,
utils
biocViews: GeneExpression, RNASeq, SingleCell, Sequencing, DNASeq
RoxygenNote: 7.1.0
Suggests:
knitr,
rmarkdown,
LSD,
testthat,
BiocStyle
VignetteBuilder: knitr
Depends: R (>= 4.0)