forked from likelet/VSOLassoBag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
22 lines (22 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: VSOLassoBag
Title: A variable-selection oriented LASSO bagging algorithm for biomarker discovery in omic-based translational research
Version: 1.0.0
Authors@R: c(
person('Qi', 'Zhao', email = '[email protected]', role = c('aut','cre'), comment = c(ORCID = '0000-0002-8683-6145')),
person('Jiaqi', 'Liang', email = '[email protected]', role = c('aut')),
person('Chaoye', 'Wang', email = '[email protected]', role = c('aut'))
)
Maintainer: Qi Zhao <[email protected]>
Description: VSOLassoBag is a wrapped LASSO approach by integrating an ensemble learning strategy to help select efficient, stable, and high confidential variables from omics-based data. Using a bagging strategy in combination of a parametric method or inflection point search method for cut-off threshold determination, VSOLassoBag can integrate and vote variables generated from multiple LASSO models to determine the optimal candidates.
License: GPL-3
Encoding: UTF-8
Depends:
R (>= 3.5.0)
Imports:
glmnet,
survival,
ggplot2,
POT,
parallel
RoxygenNote: 7.2.0
LazyData: true