-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
executable file
·31 lines (31 loc) · 951 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
31
Package: psupertime
Title: Psupertime is supervised pseudotime for single cell RNAseq data
Version: 0.2.6
Authors@R: person("Will", "Macnair", email = "[email protected]", role = c("aut", "cre"))
Description: Psupertime uses single cell RNAseq data, where the cells have a known ordering (which may be fuzzy) to identify a small number of genes which place cells in that known order. It can be used for discovery of relevant genes, for identification of subpopulations, and characterization of further unknown or differently labelled data.
Depends: R (>= 3.4.3)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: cowplot,
data.table,
fastcluster,
forcats,
ggplot2,
glmnet,
knitr,
Matrix,
RColorBrewer,
SummarizedExperiment,
SingleCellExperiment,
scran,
stringr,
grDevices,
scales,
topGO
Suggests:
BiocStyle,
rmarkdown,
testthat
RoxygenNote: 7.1.1
VignetteBuilder: knitr