-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
35 lines (35 loc) · 1.48 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
Package: celltalker
Title: Analysis of cell-cell communication from single-cell RNAseq data
Version: 0.0.7.9000
Authors@R:
person(given = "Anthony",
family = "Cillo",
role = c("aut", "cre"),
email = "arc85@pitt.edu",
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 cell types and sample groups, then looks for cognate ligand/receptor expression within and between cell types. 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.5.0)
Imports:
dplyr (>= 1.0.3),
magrittr (>= 1.5),
circlize (>= 0.4.6),
Matrix (>= 1.2-18),
tibble (>= 3.0.5),
tidyr (>= 1.0.0),
ggplot2 (>= 3.2.0),
purrr (>= 0.3.3),
rlang (>= 0.4.10)
Suggests:
knitr (>= 1.0),
RColorBrewer (>= 1.1.0),
rmarkdown (>= 1.0),
Seurat (>= 2.3.0),
testthat (>= 3.1.1),
SeuratData (>= 0.2.1)
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Config/testthat/edition: 3