paper-with-me

홈 › Papers

Two-step penalised logistic regression for multi-omic data with an application to cardiometabolic syndrome

2020-08-01 · Alessandra Cabassi, Denis Seyres, Mattia Frontini, Paul D. W. Kirk

Building classification models that predict a binary class label on the basis of high dimensional multi-omics datasets poses several challenges, due to the typically widely differing characteristics of the data layers in terms of number of predictors, type of data, and levels of noise. Previous research has shown that applying classical logistic regression with elastic-net penalty to these datasets can lead to poor results (Liu et al., 2018). We implement a two-step approach to multi-omic logistic regression in which variable selection is performed on each layer separately and a predictive model is then built using the variables selected in the first step. Here, our approach is compared to other methods that have been developed for the same purpose, and we adapt existing software for multi-omic linear regression (Zhao and Zucknick, 2020) to the logistic regression setting. Extensive simulation studies show that our approach should be preferred if the goal is to select as many relevant predictors as possible, as well as achieving prediction performances comparable to those of the best competitors. Our motivating example is a cardiometabolic syndrome dataset comprising eight 'omic data types for 2 extreme phenotype groups (10 obese and 10 lipodystrophy individuals) and 185 blood donors. Our proposed approach allows us to identify features that characterise cardiometabolic syndrome at the molecular level. R code is available at https://github.com/acabassi/logistic-regression-for-multi-omic-data.

📄 PDF Abstract BibTeX arXiv:2008.00235

Code (1)

acabassi/logistic-regression-for-multi-omic-data 공식 구현

Tasks

regressionVariable Selection

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Optimal link prediction with matrix logistic regression

2018-03-19 · Nicolai Baldin, Quentin Berthet

We consider the problem of link prediction, based on partial observation of a large network, and on side information associated to its vertices. The generative model is formulated as a matrix logistic regression. The per…

Link PredictionPredictionregression

Logistic Regression makes small LLMs strong and explainable "tens-of-shot" classifiers

2024-08-06 · Marcus Buckmann, Edward Hill

For simple classification tasks, we show that users can benefit from the advantages of using small, local, generative language models instead of large commercial models without a trade-off in performance or introducing e…

ClassificationregressionSentenceSentence Classification

Penalised regression with multiple sources of prior effects

2022-12-16 · Armin Rauschenberger, Zied Landoulsi, Mark A. van de Wiel, Enrico Glaab

In many high-dimensional prediction or classification tasks, complementary data on the features are available, e.g. prior biological knowledge on (epi)genetic markers. Here we consider tasks with numerical prior informat…

ClassificationregressionTransfer Learning

A Conditional Randomization Test for Sparse Logistic Regression in High-Dimension

2022-05-29 · Binh T. Nguyen, Bertrand Thirion, Sylvain Arlot

Identifying the relevant variables for a classification model with correct confidence levels is a central but difficult task in high-dimension. Despite the core role of sparse logistic regression in statistics and machin…

regressionVocal Bursts Intensity Prediction

Graph-Sparse Logistic Regression

2017-12-15 · Alexander LeNail, Ludwig Schmidt, Johnathan Li, Tobias Ehrenberger 외

We introduce Graph-Sparse Logistic Regression, a new algorithm for classification for the case in which the support should be sparse but connected on a graph. We val- idate this algorithm against synthetic data and bench…

General Classificationregression