-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
95 lines (95 loc) · 2.51 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Package: clustifyr
Title: Classifier for Single-cell RNA-seq Using Cell Clusters
Version: 1.17.2
Description: Package designed to aid in classifying cells from single-cell RNA sequencing data
using external reference data (e.g., bulk RNA-seq, scRNA-seq, microarray, gene lists). A
variety of correlation based methods and gene list enrichment methods are provided to assist cell
type assignment.
Authors@R:
c(person(given = "Rui",
family = "Fu",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Kent",
family = "Riemondy",
role = "aut",
email = "[email protected]"),
person(given = "Austin",
family = "Gillen",
role = "ctb",
email = "[email protected]"),
person(given = "Chengzhe",
family = "Tian",
role = "ctb",
email = "[email protected]"),
person(given = "Jay",
family = "Hesselberth",
role = "ctb",
email = "[email protected]"),
person(given = "Yue",
family = "Hao",
role = "ctb",
email = "[email protected]"),
person(given = "Michelle",
family = "Daya",
role = "ctb",
email = "[email protected]"),
person(given = "Sidhant",
family = "Puntambekar",
role = "ctb",
email = "[email protected]"),
person("RNA Bioscience Initiative", role = c("fnd", "cph"))
)
License: MIT + file LICENSE
Depends: R (>= 2.10)
Imports:
cowplot,
dplyr,
entropy,
fgsea,
ggplot2,
Matrix,
rlang,
scales,
stringr,
tibble,
tidyr,
stats,
methods,
SingleCellExperiment,
SummarizedExperiment,
SeuratObject,
matrixStats,
S4Vectors,
proxy,
httr,
utils
Suggests:
ComplexHeatmap,
covr,
knitr,
rmarkdown,
testthat,
ggrepel,
BiocStyle,
BiocManager,
remotes,
shiny,
gprofiler2,
purrr,
data.table,
R.utils
biocViews: SingleCell, Annotation, Sequencing, Microarray, GeneExpression
BugReports: https://github.com/rnabioco/clustifyr/issues
URL: https://github.com/rnabioco/clustifyr,
https://rnabioco.github.io/clustifyr/
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LazyData: true
Config/Needs/website:
pkgdown,
rnabioco/rbitemplate