-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
37 lines (37 loc) · 1.07 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
Package: SymSim
Title: Simulate Single Cell RNA Sequencing Data
Version: 0.0.0.9000
Authors@R: as.person(c(
"Chenling Xu <[email protected]> [aut]",
"Xiuwei Zhang <[email protected]> [aut, cre]"
))
Description: This package simulates single cell RNA sequencing data allowing users to tune the variation of gene-expression on different levels, or simulates single cell RNA-seq data with similar statistical properties to an input experimental dataset. It can be used to benchmark compulational methods for single cell RNA-Seq data, and to assist in experimental design of wet-lab experiments.
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0.9000
Depends:
R (>= 3.5.0),
plyr,
ggplot2,
Rtsne,
grid,
reshape,
RColorBrewer,
Biobase,
ape,
MASS,
stringi,
roxygen2,
phytools,
repr,
IRanges,
S4Vectors,
SummarizedExperiment
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Author: Chenling Xu [aut],
Xiuwei Zhang [aut, cre]
Maintainer: Xiuwei Zhang <[email protected]>