jpvert / suquan

Supervised quantile normalization in R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suquan: Supervised quantiled linear model

This R package allows to train a linear model on full-quantiled normalized data, where the quantile function is jointly optimized with the linear model.

To install Suquan from R:

install.packages('devtools')
library(devtools)
install_github("jpvert/suquan")

About

Supervised quantile normalization in R


Languages

Language:R 100.0%