-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
51 lines (51 loc) · 960 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: scMEGA
Type: Package
Title: Single-cell Multiomic Enhancer-based Gene Regulatory Network Inference
Version: 1.1.0
Author: Zhijian Li
Maintainer: Zhijian Li <[email protected]>
Description: Infering gene regulatory network from single-cell multi-omics data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://costalab.github.io/scMEGA/
Depends:
R (>= 4.3.0)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
LinkingTo: Rcpp
Remotes:
satijalab/seurat@seurat5
Imports:
Rcpp,
ArchR,
SeuratObject,
dplyr,
optmatch,
ggplot2,
cowplot,
ggpubr,
destiny,
pracma,
igraph,
glue,
ComplexHeatmap,
IRanges,
Matrix,
circlize,
ggrepel,
matrixStats,
nabor,
stringr,
textshape,
tidyr,
GenomicRanges,
S4Vectors,
SummarizedExperiment,
ggraph,
factoextra
RoxygenNote: 7.3.1
Config/testthat/edition: 3