-
Notifications
You must be signed in to change notification settings - Fork 117
/
DESCRIPTION
60 lines (60 loc) · 1.51 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
Package: nichenetr
Type: Package
Title: Modeling Intercellular Communication by Linking Ligands to Target Genes with NicheNet
Version: 2.2.0
Authors@R: c(person("Robin", "Browaeys", role = c("aut")),
person("Chananchida", "Sang-aram", role = c("aut", "cre"), email = "[email protected]"))
Description: This package allows you the investigate intercellular communication from a computational perspective. More specifically, it allows to investigate how interacting cells influence each other's gene expression. Functionalities of this package (e.g. including predicting extracellular upstream regulators and their affected target genes) build upon a probabilistic model of ligand-target links that was inferred by data-integration.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/saeyslab/nichenetr
BugReports: https://github.com/saeyslab/nichenetr/issues
RoxygenNote: 7.3.1
Depends: R (>= 3.0.0)
biocViews:
Imports:
tidyverse,
data.table,
dplyr,
ggplot2,
magrittr,
purrr,
readr,
tibble,
tidyr,
igraph,
Matrix,
fdrtool,
ROCR,
caTools,
Hmisc,
caret,
randomForest,
DiagrammeR,
mlrMBO,
parallelMap,
emoa,
DiceKriging,
e1071,
Seurat,
cowplot,
ggpubr,
circlize,
ComplexHeatmap,
grDevices,
ggnewscale,
ggforce,
shadowtext
Suggests:
knitr,
RColorBrewer,
rmarkdown,
testthat,
doMC,
limma,
mco,
parallel,
covr,
sf
VignetteBuilder: knitr