-
Notifications
You must be signed in to change notification settings - Fork 57
/
DESCRIPTION
85 lines (85 loc) · 2.21 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
78
79
80
81
82
83
84
85
Type: Package
Package: splatter
Title: Simple Simulation of Single-cell RNA Sequencing Data
Version: 1.31.0
Date: 2024-10-30
Authors@R:c(
person("Luke", "Zappia", , "luke@lazappi.id.au", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7744-8565", GitHub = "lazappi")),
person("Belinda", "Phipson", , "belinda.phipson@petermac.org", role = "aut",
comment = c(ORCID = "0000-0002-1711-7454", GitHub = "bphipson")),
person("Christina", "Azodi", , "cazodi@svi.edu.au", role = "ctb",
comment = c(ORCID = "0000-0002-6097-606X", GitHub = "azodichr")),
person("Alicia", "Oshlack", , "alicia.oshlack@petermac.org", role = "aut",
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
URL: https://bioconductor.org/packages/splatter/,
https://github.com/Oshlack/splatter, http://oshlacklab.com/splatter/
BugReports: https://github.com/Oshlack/splatter/issues
Depends:
R (>= 4.0),
SingleCellExperiment
Imports:
BiocGenerics,
BiocParallel,
checkmate (>= 2.0.0),
crayon,
edgeR,
fitdistrplus,
grDevices,
locfit,
matrixStats,
methods,
rlang,
S4Vectors,
scuttle,
stats,
SummarizedExperiment,
utils,
withr
Suggests:
BASiCS (>= 1.7.10),
BiocManager,
BiocSingular,
BiocStyle,
Biostrings,
covr,
cowplot,
GenomeInfoDb,
GenomicRanges,
ggplot2 (>= 3.4.0),
igraph,
IRanges,
knitr,
limSolve,
lme4,
magick,
mfa,
phenopath,
preprocessCore,
progress,
pscl,
rmarkdown,
scales,
scater (>= 1.15.16),
scDD,
scran,
SparseDC,
spelling,
testthat,
VariantAnnotation,
zinbwave
VignetteBuilder:
knitr
biocViews: SingleCell, RNASeq, Transcriptomics, GeneExpression,
Sequencing, Software, ImmunoOncology
Encoding: UTF-8
Language: en-GB
LazyData: FALSE
RoxygenNote: 7.3.2