-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathDESCRIPTION
77 lines (77 loc) · 1.86 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Package: splatter
Type: Package
Title: Simple Simulation of Single-cell RNA Sequencing Data
Version: 1.13.0
Date: 2020-04-29
Authors@R:
c(person("Luke", "Zappia", role = c("aut", "cre"),
email = "luke@lazappi.id.au",
comment = c(ORCID = "0000-0001-7744-8565")),
person("Belinda", "Phipson", role = c("aut"),
email = "belinda.phipson@petermac.org",
comment = c(ORCID = "0000-0002-1711-7454")),
person("Alicia", "Oshlack", role = c("aut"),
email = "alicia.oshlack@petermac.org",
comment = c(ORCID = "0000-0001-9788-5690")))
Description: Splatter is a package for the simulation of single-cell RNA
sequencing count data. It provides a simple interface for creating complex
simulations that are reproducible and well-documented. Parameters can be
estimated from real data and functions are provided for comparing real and
simulated datasets.
License: GPL-3 + file LICENSE
LazyData: TRUE
Depends:
R (>= 4.0),
SingleCellExperiment
Imports:
akima,
BiocGenerics,
BiocParallel,
checkmate (>= 2.0.0),
edgeR,
fitdistrplus,
ggplot2,
locfit,
matrixStats,
methods,
preprocessCore,
scales,
scater (>= 1.15.16),
stats,
SummarizedExperiment,
utils,
crayon,
S4Vectors
Suggests:
BiocStyle,
covr,
cowplot,
knitr,
magick,
limSolve,
lme4,
progress,
pscl,
testthat,
rmarkdown,
scDD,
scran,
mfa,
phenopath,
BASiCS (>= 1.7.10),
zinbwave,
SparseDC,
BiocManager,
spelling,
igraph,
DropletUtils,
BiocSingular,
vcfR
biocViews: SingleCell, RNASeq, Transcriptomics, GeneExpression, Sequencing,
Software, ImmunoOncology
URL: https://github.com/Oshlack/splatter
BugReports: https://github.com/Oshlack/splatter/issues
RoxygenNote: 7.1.1
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-GB