forked from Irrationone/cellassign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 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
38
39
40
41
42
43
44
45
Package: cellassign
Version: 0.99.21
Title: Automated, probabilistic assignment of scRNA-seq to cell types
Description: CellAssign assigns cells measured with scRNA-seq to both known and de novo cell types based on the declaring certain genes as markers for different cell types.
Authors@R: c(
person("Allen", "Zhang", email = "[email protected]", role = c("aut")),
person("Kieran", "Campbell", email = "[email protected]", role = c("aut", "cre"))
)
License: Apache License (>= 2.0)
Encoding: UTF-8
Depends: R (>= 3.6)
Imports:
methods,
stats,
tensorflow,
SummarizedExperiment,
scran
Suggests:
knitr,
SingleCellExperiment,
rmarkdown,
BiocStyle,
dplyr,
pheatmap,
testthat,
limma,
org.Hs.eg.db,
edgeR,
matrixStats,
plyr,
magrittr,
reticulate,
magick
biocViews:
Software,
Transcriptomics,
GeneExpression,
RNASeq,
SingleCell
LazyData: true
ByteCompile: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
VignetteBuilder: knitr
BugReports: https://github.com/irrationone/cellassign/issues