-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
64 lines (64 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
Package: SingleR
Title: Reference-Based Single-Cell RNA-Seq Annotation
Version: 2.7.9
Date: 2024-10-28
Authors@R: c(person("Dvir", "Aran", email="[email protected]", role=c("aut", "cph")),
person("Aaron", "Lun", email="[email protected]", role=c("ctb", "cre")),
person("Daniel", "Bunis", role="ctb"),
person("Jared", "Andrews", email = "[email protected]", role="ctb"),
person("Friederike", "Dündar", email = "[email protected]", role="ctb"))
Description: Performs unbiased cell type recognition from single-cell RNA
sequencing data, by leveraging reference transcriptomic datasets of pure cell
types to infer the cell of origin of each single cell independently.
License: GPL-3
Depends: SummarizedExperiment
Imports:
methods,
Matrix,
S4Vectors,
DelayedArray,
DelayedMatrixStats,
BiocParallel,
BiocSingular,
BiocNeighbors,
stats,
utils,
Rcpp,
beachmat (>= 2.21.1),
parallel
LinkingTo:
Rcpp,
beachmat,
assorthead,
BiocNeighbors
Suggests:
testthat,
knitr,
rmarkdown,
BiocStyle,
BiocGenerics,
SingleCellExperiment,
scuttle,
scater,
scran,
scRNAseq,
ggplot2,
pheatmap,
grDevices,
gridExtra,
viridis,
celldex
biocViews:
Software,
SingleCell,
GeneExpression,
Transcriptomics,
Classification,
Clustering,
Annotation
SystemRequirements: C++17
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/SingleR-inc/SingleR
BugReports: https://github.com/SingleR-inc/SingleR/issues