Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 331 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 331 Bytes

droplasso

Dropout Lasso, a robust variant of Lasso for data with dropout.

This R package implements the dropout lasso, as described in the paper: B. Khalfaoui and J.-P. Vert (2018) DropLasso: A robust variant of Lasso for single cell RNA-seq data.

Installation

library(devtools)
install_github("jpvert/droplasso")