-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 845 Bytes
/
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
Package: miRTalk
Type: Package
Title: Infer cell-cell communications mediated by EV-derived miRNAs
Depends: R (> 4.1.0), doParallel
Version: 1.0
Authors@R:
person("Xin", "Shao", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1928-3878"))
Description: This package is to infer cell-cell communications mediated by EV-derived miRNAs.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
Seurat,
Matrix,
foreach,
ggplot2,
ggrepel,
methods,
parallel,
pheatmap,
progress,
RColorBrewer,
grDevices,
reshape2,
stringr,
crayon,
utils,
correlation,
scales,
ggraph,
igraph,
circlize,
heatmaply,
networkD3,
viridis
Suggests:
rmarkdown,
knitr,
prettydoc
VignetteBuilder: knitr