-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.18 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
Package: IntegratedLearner
Title: Integrated machine learning for multi-omics prediction and classification
Version: 0.0.1
Date: 2023-08-02
Authors: Himel Mallick (Cornell University) <[email protected]>, Anupreet Porwal (Google) <[email protected]>
Description: IntegratedLearner provides an integrated machine learning framework to 1) consolidate predictions by borrowing information across several longitudinal and cross-sectional omics data layers, 2) decipher the mechanistic role of individual omics features that can potentially lead to new sets of testable hypotheses, and 3) quantify uncertainty of the integration process. Three types of integration paradigms are supported: early, late, and intermediate. The software includes multiple ML models based on the SuperLearner R package as well as several data exploration capabilities and visualization modules in a unified estimation framework.
Depends: R (>= 3.6)
Imports:
bartMachine,
caret,
cowplot,
glmnetUtils,
mcmcplots,
nloptr,
quadprog,
ROCR,
SuperLearner,
tidyverse
Suggests: data.table, knitr
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8