-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·34 lines (34 loc) · 1.04 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
Package: psupplementary
Title: Data used in paper describing psupertime method
Version: 0.1.1
Authors@R: person("Will", "Macnair", email = "willmacnair@gmail.com", role = c("aut", "cre"))
Description: psupertime is a method for identifying genes co-varying in single cell RNA-seq data which has known sequential labels (e.g. a time series experiment). This package contains the data required to replicate the analyses in the psupertime paper (kept separate so that the main package is light). This package can be used either to explore the capabilities of psupertime, or to replicate the results in the paper.
Depends: R (>= 3.4.3)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: cowplot,
data.table,
fastcluster,
ggplot2,
glmnet,
gmodels,
grDevices,
org.Hs.eg.db,
org.Mm.eg.db,
psupertime,
RColorBrewer,
scales,
scran,
Seurat,
SingleCellExperiment,
stringr,
SummarizedExperiment,
topGO,
umap
Suggests:
BiocStyle,
knitr,
rmarkdown
RoxygenNote: 6.1.1
VignetteBuilder: knitr