forked from Zaoqu-Liu/scMetaLink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
69 lines (69 loc) · 2.08 KB
/
Copy pathDESCRIPTION
File metadata and controls
69 lines (69 loc) · 2.08 KB
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
67
68
69
Package: scMetaLink
Type: Package
Title: Single-Cell Metabolite-Mediated Cell Communication Analysis
Version: 0.99.1
Date: 2026-01-26
Authors@R: person("Zaoqu", "Liu", email = "liuzaoqu@163.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0452-742X"))
Author: Zaoqu Liu [aut, cre] (<https://orcid.org/0000-0002-0452-742X>)
Maintainer: Zaoqu Liu <liuzaoqu@163.com>
Description: A comprehensive framework for inferring metabolite-mediated cell-cell
communication from single-cell transcriptomic data. scMetaLink integrates
metabolite production potential via enzyme expression, metabolite sensing
capability via receptor and transporter expression, and secretion potential
to construct intercellular metabolic communication networks. The package
leverages the MetalinksDB database containing 41894 metabolite-protein
interactions covering 1128 metabolites and 4374 proteins. Key features
include probabilistic inference of metabolite production, receptor-mediated
metabolite sensing quantification, permutation-based statistical testing
with multiple hypothesis correction, pathway-level aggregation analysis,
and publication-ready visualization.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Depends:
R (>= 4.0.0)
Imports:
methods,
stats,
utils,
grDevices,
graphics,
Matrix,
ggplot2,
ggraph,
igraph,
scales,
circlize,
ComplexHeatmap,
grid,
viridis,
RColorBrewer,
future,
future.apply
Suggests:
Seurat (>= 4.0.0),
SingleCellExperiment,
SummarizedExperiment,
testthat (>= 3.0.0),
knitr,
rmarkdown,
BiocStyle,
reshape2,
pkgdown
VignetteBuilder: knitr
biocViews:
Software,
SingleCell,
Transcriptomics,
CellBiology,
Metabolomics,
Network,
Visualization,
GeneExpression,
Spatial
RoxygenNote: 7.3.3
Config/testthat/edition: 3
URL: https://github.com/Zaoqu-Liu/scMetaLink, https://Zaoqu-Liu.github.io/scMetaLink/
BugReports: https://github.com/Zaoqu-Liu/scMetaLink/issues