-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.37 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
Package: regnet
Type: Package
Title: Network-Based Regularization for Generalized Linear Models
Version: 1.0.2
Authors@R: c(
person(given = "Jie", family = "Ren", role = c("aut", "cre"),
email = "[email protected]"),
person(given = c("Luann", "C."), family = "Jung", role = "aut"),
person(given = "Yinhao", family = "Du", role = "aut"),
person(given = "Cen", family = "Wu", role = "aut"),
person(given = "Yu", family = "Jiang", role = "aut"),
person(given = "Junhao", family = "Liu", role = "aut"))
Maintainer: Jie Ren <[email protected]>
Description: Network-based regularization has achieved success in variable selection for
high-dimensional biological data due to its ability to incorporate correlations among
genomic features. This package provides procedures of network-based variable selection
for generalized linear models (Ren et al. (2017) <doi:10.1186/s12863-017-0495-5> and
Ren et al.(2019) <doi:10.1002/gepi.22194>). Continuous, binary, and survival response
are supported. Robust network-based methods are available for continuous and survival
responses.
Depends: R (>= 4.0.0)
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports: glmnet, stats, Rcpp, igraph, utils
URL: https://github.com/jrhub/regnet
BugReports: https://github.com/jrhub/regnet/issues
RoxygenNote: 7.3.2
LinkingTo: Rcpp, RcppArmadillo
Suggests:
testthat,
covr