-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 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
46
47
48
49
Package: lionmap
Title: lionmap: tree-based single cell classification with algorithmic
updates
Version: 0.0.0.9000
Authors@R:
person("Jonathan", "Algoo", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: This package performs consensus classification on single cell
datasets. Components are modular, and can be used standalone.
License: MIT + file LICENSE
URL: https://github.com/jonathan-columbiau/lionmap,
https://jonathan-columbiau.github.io/lionmap/
BugReports: https://github.com/jonathan-columbiau/lionmap/issues
Depends:
caret,
data.tree,
e1071,
glmnet,
magrittr,
MASS,
Matrix,
plyr,
ranger,
stats,
stringr,
testthat
Imports:
dplyr,
tidyr,
tidytree
Suggests:
kableExtra,
ggplot2,
ggtree,
knitr,
rmarkdown,
Seurat,
SeuratObject
VignetteBuilder:
knitr
Remotes:
bnprks/BPCells,
satijalab/seurat-data
biocViews:
treeio
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1