-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 846 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
Package: DeconvCellLink
Type: Package
Title: Linking Deconvolution Cell types
Version: 1.1.0
Author: person("JunHao","Wang",email="mirrersan@foxmail.com",role= c("aut","cre"))
Maintainer: JunHao <mirrersan@foxmail.com>
Description: Infer potential deconvolution cell types interactions from mouse bulk RNA-seq data
Use four spaces when indenting paragraphs within the Description.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
bcv,
BiocManager,
bnlearn,
bnviewer,
clusterProfiler,
dplyr,
ggraph,
igraph,
org.Mm.eg.db,
remotes,
reshape2,
stringr,
foreach,
doParallel,
parallel,
tidyr,
nnls
Depends:
CBNplot,
SSMD
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Remotes:
JH-42/SSMD,
noriakis/CBNplot