forked from arc85/celltalker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.33 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
Package: celltalker
Title: Analysis of cell-cell communication from single-cell RNAseq data
Version: 0.0.3.9000
Authors@R:
person(given = "Anthony",
family = "Cillo",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3213-3129"))
Description: This package uses a count matrix and metadata generated by single-cell RNAseq to evaluate putative cell-cell communication. It does this by utilizing a list of interacting ligand and receptor pairs described in "A draft network of ligand-receptor-mediated multicellular signaling in human" (Ramilowski JA et al, Nature Communications 2015). Briefly, celltalker accomplishes this by building lists of expressed ligands and receptors across clusters and sample groups, then looks for cognate ligand/receptor expression within and between clusters. Methods are provided for visualization of unique and differentially expressed ligand and receptor interactions.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.4.0),
tidyverse (>= 1.1.0),
circlize (>= 0.4.6)
Imports:
igraph (>= 1.2.0)
Suggests:
geomnet (>= 0.2.0),
ggplot2 (>= 3.2.0),
heatmap3 (>= 1.1.0),
knitr (>= 1.0),
RColorBrewer (>= 1.1.0),
rmarkdown (>= 1.0),
Seurat (>= 2.3.0)
VignetteBuilder: knitr
RoxygenNote: 6.1.1