Learn R Programming

blockForest (version 0.2.6)

Block Forests: Random Forests for Blocks of Clinical and Omics Covariate Data

Description

A random forest variant 'block forest' ('BlockForest') tailored to the prediction of binary, survival and continuous outcomes using block-structured covariate data, for example, clinical covariates plus measurements of a certain omics data type or multi-omics data, that is, data for which measurements of different types of omics data and/or clinical data for each patient exist. Examples of different omics data types include gene expression measurements, mutation data and copy number variation measurements. Block forest are presented in Hornung & Wright (2019). The package includes four other random forest variants for multi-omics data: 'RandomBlock', 'BlockVarSel', 'VarProb', and 'SplitWeights'. These were also considered in Hornung & Wright (2019), but performed worse than block forest in their comparison study based on 20 real multi-omics data sets. Therefore, we recommend to use block forest ('BlockForest') in applications. The other random forest variants can, however, be consulted for academic purposes, for example, in the context of further methodological developments. Reference: Hornung, R. & Wright, M. N. (2019) Block Forests: random forests for blocks of clinical and omics covariate data. BMC Bioinformatics 20:358. .

Copy Link

Version

Install

install.packages('blockForest')

Monthly Downloads

247

Version

0.2.6

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Marvin Wright

Last Published

March 31st, 2023

Functions in blockForest (0.2.6)

blockForest

blockForest
timepoints.blockForest

blockForest timepoints
timepoints.blockForest.prediction

blockForest timepoints
predictions.blockForest

blockForest predictions
treeInfo

Tree information in human readable format
predictions.blockForest.prediction

blockForest predictions
predict.blockForest

Prediction using Random Forest variants for block-structured covariate data
blockfor

Random Forest variants for block-structured covariate data