-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
69 lines (69 loc) · 1.59 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Package: ELeFHAnt
Title: Ensemble Learning for Harmonization and Annotation of Single Cells
Version: 1.1.4
Authors@R:
person(given = "Praneet",
family = "Chaturvedi",
role = c("aut", "cre"),
email = "praneet198@hotmail.com",
comment = c(ORCID = "0000-0002-8713-6570"))
person(given = "Konrad",
family = "Thorner",
role = c("aut", "cre"),
email = "konradthorner@gmail.com")
Description: Ensemble Learning for Harmonization and Annotation of Single Cells provides an easy to use interface for users to annotate clusters of single cells, harmonize cell labels across single cell datasets to generate a unified atlas and infer relationship among metadata of interest between two single cell datasets. It uses following classifiers in an ensemble: randomForest, Support Vector Machines and Logistic Regression
License: `use_gpl3_license()`
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
biocViews:
Imports:
Seurat,
dplyr,
tidyr,
ggplot2,
class,
splitstackshape,
fgsea,
tibble,
msigdbr,
scPred,
magrittr,
harmony,
scater,
parsnip,
ranger,
LiblineaR,
caTools,
reshape2,
biomaRt,
readxl,
Matrix
Depends:
Seurat,
dplyr,
tidyr,
ggplot2,
class,
splitstackshape,
fgsea,
tibble,
msigdbr,
scPred,
magrittr,
harmony,
scater,
parsnip,
ranger,
LiblineaR,
caTools,
reshape2,
biomaRt,
readxl,
Matrix,
R (>= 2.10)
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr