-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.15 KB
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.15 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
Package: RNAseqNet
Type: Package
Title: Log-Linear Poisson Graphical Model with Hot-Deck Multiple Imputation
Version: 0.1.4
Date: 2020-06-08
Authors@R: c(person("Alyssa", "Imbert", role = c("aut"), email="alyssa.imbert@gmail.com"),
person("Nathalie", "Vialaneix", role = c("aut", "cre"), email="nathalie.vialaneix@inrae.fr"))
Maintainer: Nathalie Vialaneix <nathalie.vialaneix@inrae.fr>
Description: Infer log-linear Poisson Graphical Model with an auxiliary data
set. Hot-deck multiple imputation method is used to improve the reliability
of the inference with an auxiliary dataset. Standard log-linear Poisson
graphical model can also be used for the inference and the Stability
Approach for Regularization Selection (StARS) is implemented to drive the
selection of the regularization parameter. The method is fully described in
<doi:10.1093/bioinformatics/btx819>.
License: GPL (>= 3)
Repository: CRAN
Depends:
R (>= 3.1.0), ggplot2
Imports:
igraph (>= 1.0),
hot.deck,
PoiClaClu,
glmnet,
methods,
utils
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0