forked from Zaoqu-Liu/TimeCCI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
21 lines (21 loc) · 835 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
21 lines (21 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: TimeCCI
Type: Package
Title: Temporal Cell-Cell Interaction Analysis in Single-Cell RNA-seq Data
Version: 1.0.0
Authors@R: c(person("Zaoqu", "Liu", email = "liuzaoqu@163.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0452-742X")))
Description: This package offers tools to analyze temporal correlations in cell-cell communication, specifically calculating dynamic ligand-receptor interactions over pseudotime and inferring the influence of one cell type on another's evolution, providing insights into the timing and impact of cellular interactions in biological processes.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
tidyr,
Seurat,
CellChat,
dplyr,
cellAlign,
furrr,
future,
tibble
Depends: R (>= 3.1.0)