-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
32 lines (32 loc) · 933 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
Package: Connectome
Version: 1.0.1
Date: 2021-01-25
Title: Single Cell Connectomics
Authors@R: person("Micha Sam", "Brickman Raredon", email = "[email protected]", role = c("aut", "cre"))
Description: A toolkit to explore cell-cell connectivity patterns based on ligand and receptor data in heterogeneous single-cell datasets. Extends and generalizes the methods first explored in Raredon MSB et al (2019) <doi:10.1126/sciadv.aaw3851>. Preprint is available at https://www.biorxiv.org/content/10.1101/2021.01.21.427529v1. Peer-reviewed version is available at https://doi.org/10.1038/s41598-022-07959-x.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Imports:
dplyr,
ggrepel,
igraph,
plotrix,
RColorBrewer,
scales,
Seurat,
tibble,
data.table,
BisRNA,
ggplot2,
cowplot,
Matrix,
gtools,
permute,
circlize,
ComplexHeatmap
Suggests:
knitr,
rmarkdown