forked from Zaoqu-Liu/iTALK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 1.27 KB
/
Copy pathDESCRIPTION
File metadata and controls
52 lines (52 loc) · 1.27 KB
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
Package: iTALK
Type: Package
Title: Characterize and Illustrate Intercellular Communication
Version: 0.1.1
Date: 2026-01-23
Author: Zaoqu Liu [aut, cre], Yuanxin Wang [aut]
Maintainer: Zaoqu Liu <liuzaoqu@163.com>
URL: https://github.com/Zaoqu-Liu/iTALK
BugReports: https://github.com/Zaoqu-Liu/iTALK/issues
Description: iTALK, a computational approach to characterize, compare,
and illustrate intercellular communication signals in the multicellular
ecosystem using either bulk RNA sequencing data or single cell RNAseq data.
iTALK can in principle be used to dissect the complexity, diversity, and
dynamics of cell-cell communication from a wide range of cellular processes.
License: file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports:
methods,
progress,
pbapply,
dplyr,
tidyr,
tibble,
graphics,
randomcoloR,
circlize,
ggplot2,
igraph,
biomaRt,
httr,
R.cache,
digest
Suggests:
BiocParallel,
Biobase,
DESeq2,
edgeR,
monocle,
scde,
DEsingle,
MAST,
knitr,
rmarkdown,
testthat (>= 3.0.0),
RColorBrewer,
viridis
VignetteBuilder: knitr
biocViews: RNASequencing, SingleCell, GeneExpression, CellBiology
RoxygenNote: 7.3.3
Config/testthat/edition: 3