forked from RausellLab/CelliD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.44 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
Package: CelliD
Type: Package
Title: Unbiased Extraction of Single Cell gene signatures using Multiple Correspondence Analysis
Version: 1.3.1
Authors@R: c(person("Akira", "Cortal", email = "[email protected]",
role = c("aut", "cre")), person("Antonio", "Rausell", role= c("aut", "ctb"), email = "[email protected]"))
Description: CelliD is a clustering-free multivariate statistical method for the robust extraction of per-cell gene signatures from single-cell RNA-seq.
CelliD allows unbiased cell identity recognition across different donors, tissues-of-origin, model organisms and single-cell omics protocols.
The package can also be used to explore functional pathways enrichment in single cell data.
Depends:
R (>= 4.1),
Seurat (>= 4.0.1),
SingleCellExperiment
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
Rcpp,
RcppArmadillo,
stats,
utils,
Matrix,
tictoc,
scater,
stringr,
irlba,
data.table,
glue,
pbapply,
umap,
Rtsne,
reticulate,
fastmatch,
matrixStats,
ggplot2,
BiocParallel,
SummarizedExperiment,
fgsea
Suggests:
knitr,
rmarkdown,
BiocStyle,
testthat,
tidyverse,
ggpubr,
destiny,
ggrepel
VignetteBuilder: knitr
RoxygenNote: 7.1.1
biocViews: RNASeq, SingleCell, DimensionReduction, Clustering, GeneSetEnrichment, GeneExpression, ATACSeq
LinkingTo: Rcpp, RcppArmadillo