-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
71 lines (71 loc) · 1.86 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
Type: Package
Package: scDiagnostics
Title: Cell type annotation diagnostics
Version: 1.1.0
Authors@R: c(
person("Anthony", "Christidis", role = c("aut", "cre"),
email = "anthony-alexander_christidis@hms.harvard.edu",
comment = c(ORCID = "0000-0002-4565-6279")),
person("Andrew", "Ghazi", role = "aut"),
person("Smriti", "Chawla", role = "aut"),
person("Nitesh", "Turaga", role = "ctb"),
person("Ludwig", "Geistlinger", role = "aut"),
person("Robert", "Gentleman", role = "aut")
)
Description: The scDiagnostics package provides diagnostic plots to
assess the quality of cell type assignments from single cell gene
expression profiles. The implemented functionality allows to
assess the reliability of cell type annotations, investigate gene
expression patterns, and explore relationships between different
cell types in query and reference datasets allowing users to
detect potential misalignments between reference and query
datasets. The package also provides visualization capabilities for
diagnostics purposes.
License: Artistic-2.0
URL: https://github.com/ccb-hms/scDiagnostics
BugReports: https://github.com/ccb-hms/scDiagnostics/issues
Depends:
R (>= 4.4.0)
Imports:
SingleCellExperiment,
methods,
isotree,
ggplot2,
ggridges,
SummarizedExperiment,
ranger,
transport,
speedglm,
cramer,
rlang,
bluster,
patchwork
Suggests:
AUCell,
BiocStyle,
knitr,
Matrix,
rmarkdown,
scran,
scRNAseq,
SingleR,
celldex,
scuttle,
scater,
dplyr,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
biocViews:
Annotation,
Classification,
Clustering,
GeneExpression,
RNASeq,
SingleCell,
Software,
Transcriptomics
Encoding: UTF-8
LazyDataCompression: xz
RoxygenNote: 7.3.2
Config/testthat/edition: 3