-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.79 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
Package: multinichenetr
Type: Package
Title: MultiNicheNet: a flexible framework for differential cell-cell communication analysis from multi-sample multi-condition single-cell transcriptomics data
Version: 2.1.0
Author: person("Robin", "Browaeys", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Robin Browaeys <[email protected]>
Description: This package allows you the investigate differences in intercellular communication between multiple conditions of interest. It is a flexible framework that enables multi-criteria prioritization of cell-cell communication patterns from scRNAseq datasets with complex experimental designs.
These datasets can contain multiple samples (e.g. patients) over different groups of interest (e.g. disease subtypes). With MultiNicheNet, you can now better analyze the differences in cell-cell signaling between the different groups of interest.
License: GPL-3 + file LICENSE
Encoding: UTF-8
URL: https://github.com/browaeysrobin/multinichenetr
BugReports: https://github.com/browaeysrobin/multinichenetr/issues
Depends: R (>= 3.5.0)
LazyData: yes
LazyDataCompression: bzip2
biocViews:
Imports:
circlize,
patchwork,
ggplot2,
tibble,
tidyr,
purrr,
ComplexHeatmap,
stringr,
generics,
dplyr,
grid,
muscat,
limma,
SummarizedExperiment,
S4Vectors,
magrittr,
scater,
nichenetr,
RColorBrewer,
ggpubr,
parallel,
locfdr,
edgeR,
sva,
SingleCellExperiment,
ggbeeswarm,
Hmisc,
igraph,
tidygraph,
ggraph,
scran,
UpSetR,
factoextra,
viridis,
foreach,
doParallel
Suggests:
knitr,
testthat,
covr,
tidyverse,
BiocStyle,
rmarkdown
VignetteBuilder:
knitr
Remotes:
github::saeyslab/nichenetr
RoxygenNote: 7.3.1