-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.23 KB
/
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: scstruc
Version: 0.99.0
Title: Bayesian network analysis for single-cell transcriptomic data
Authors@R: person("Noriaki", "Sato", email = "[email protected]", role = c("cre", "aut"))
Description: The library infers the gene regulatory network based on Bayesian network structure from single-cell transcriptomic data.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 4.3.0), bnlearn,
igraph, scran
Imports:
Rcpp, MAST, methods, pcalg,
data.table, ggraph, dplyr,
glmnet, tidygraph, ggplot2,
pillar, SingleCellExperiment,
SummarizedExperiment, S4Vectors
Suggests:
ncvreg,
AnnotationDbi,
Matrix,
cowplot,
ggfx,
ggkegg,
patchwork,
tidyr,
Boruta,
testthat (>= 3.0.0),
L0Learn,
clusterProfiler,
xgboost,
knitr,
SID,
HurdleNormal,
scuttle,
SuperCell,
BiocStyle,
sparsebnUtils,
ccdrAlgorithm,
KEGGREST,
SpatialExperiment
Remotes:
noriakis/ccdrAlgorithm
itsrainingdata/sparsebnUtils
amcdavid/HurdleNormal
GfellerLab/SuperCell
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: https://github.com/noriakis/scstruc
BugReports: https://github.com/noriakis/scstruc/issues
Config/testthat/edition: 3