-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
30 lines (30 loc) · 846 Bytes
/
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
Package: bioc2016singlecell
Title: Analysis of Single-Cell RNA-Seq Data with R and Bioconductor
Version: 0.0.2
Description: Code and data needed for the workshop.
Authors@R: c(person("Davide", "Risso", email = "[email protected]",
role = c("aut", "cre", "cph")),
person("Michael","Cole", role = "aut", email = "[email protected]"),
person("Kelly", "Street", role = "aut", email = "[email protected]"))
Author: Davide Risso [aut, cre, cph], Michael Cole [aut], Kelly Street [aut]
Maintainer: Davide Risso <[email protected]>
License: Artistic-2.0
Depends:
R (>= 3.3),
devtools
Suggests:
clusterExperiment,
scone,
slingshot,
SummarizedExperiment,
MAST,
gam,
BiocStyle,
knitr,
rmarkdown,
RColorBrewer
Remotes:
YosefLab/scone,
kstreet13/slingshot,
VignetteBuilder: knitr
LazyData: true