-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
72 lines (72 loc) · 2.38 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
Package: scITD
Title: Single-Cell Interpretable Tensor Decomposition
Version: 1.0.4
Date: 2023-09-06
Authors@R: c(person("Jonathan", "Mitchel", email="[email protected]", role=c("cre","aut")), person("Evan", "Biederstedt", email="[email protected]", role="aut"), person("Peter", "Kharchenko", email="[email protected]", role="aut"))
Maintainer: Jonathan Mitchel <[email protected]>
Description: Single-cell Interpretable Tensor Decomposition (scITD) employs the
Tucker tensor decomposition to extract multicell-type gene expression patterns
that vary across donors/individuals. This tool is geared for use with single-cell
RNA-sequencing datasets consisting of many source donors. The method has a wide
range of potential applications, including the study of inter-individual variation
at the population-level, patient sub-grouping/stratification, and the analysis
of sample-level batch effects. Each "multicellular process" that is extracted
consists of (A) a multi cell type gene loadings matrix and (B) a
corresponding donor scores vector indicating the level at which the corresponding
loadings matrix is expressed in each donor. Additional methods are implemented
to aid in selecting an appropriate number of factors and to evaluate stability
of the decomposition. Additional tools are provided for downstream analysis,
including integration of gene set enrichment analysis and ligand-receptor analysis.
Tucker, L.R. (1966) <doi:10.1007/BF02289464>. Unkel, S., Hannachi, A., Trendafilov, N. T., & Jolliffe, I. T. (2011) <doi:10.1007/s13253-011-0055-9>. Zhou, G., & Cichocki, A. (2012) <doi:10.2478/v10175-012-0051-4>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0.0), Matrix
biocViews:
Imports:
rTensor,
ica,
fgsea,
circlize,
reshape2,
parallel,
ComplexHeatmap,
ggplot2,
mgcv,
utils,
Rcpp,
RColorBrewer,
dplyr,
edgeR,
sva,
stats,
Rmisc,
ggpubr,
msigdbr,
sccore,
NMF
Suggests:
methods,
knitr,
rmarkdown,
testthat,
coda.base,
grid,
simplifyEnrichment,
WGCNA,
cowplot,
matrixStats,
stringr,
zoo,
rlang,
AnnotationDbi,
GO.db,
conos,
pagoda2,
betareg,
slam,
tm
RoxygenNote: 7.2.3
LinkingTo: Rcpp, RcppArmadillo, RcppProgress
NeedsCompilation: yes