-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.16 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
Package: VSOLassoBag
Type: Package
Title: Variable Selection Oriented LASSO Bagging Algorithm
Version: 0.99.0
Date: 2022-11-10
biocViews: Software, StatisticalMethod, FeatureExtraction
Authors@R: c(
person('Jiaqi', 'Liang', email = '[email protected]', role = c('aut')),
person('Chaoye', 'Wang', email = '[email protected]', role = c('aut', 'cre'))
)
Description: 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. This package can integrate and vote variables generated from multiple LASSO models to determine the optimal candidates. Luo H, Zhao Q, et al (2020) <doi:10.1126/scitranslmed.aax7533> for more details.
License: GPL-3
Encoding: UTF-8
Depends:
R (>= 3.6.0)
Imports:
glmnet,
survival,
ggplot2,
POT,
parallel,
utils,
pbapply,
methods,
SummarizedExperiment
RoxygenNote: 7.2.0
Suggests:
rmarkdown,
knitr,
rmdformats,
qpdf
VignetteBuilder: knitr
LazyData: true