-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 993 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
Package: scRGNet
Title: Perform scRNA-seq Analysis using Single-cell Graphical Neural Network (scGNN) Framework
Version: 0.0.0.9000
Authors@R:
person(given = "Feifei",
family = "Li",
role = c("aut", "cre"),
email = "[email protected]")
Description: scRGNet is an R package for performing cell-cell relationship prediction using the single-cell graphical neural network framework.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Depends: R (>= 4.1.0)
RdMacros: Rdpack
Imports:
R.utils,
data.table,
stats,
utils,
Rdpack,
scGNNLTMG (>= 0.1.0),
R6,
Matrix,
coro,
igraph,
progress,
torch (>= 0.6.0),
methods,
isotree,
visNetwork,
shiny,
shinythemes,
shinyjs,
shinybusy,
Remotes:
BMEngineeR/scGNNLTMG
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3