Skip to content

A tutorial on quadratic programming for deconvolution of mixed cell populations using R

License

Notifications You must be signed in to change notification settings

dariober/quadratic-programming-deconvolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A tutorial on quadratic programming applied to the deconvolution of mixed cell populations

In a nutshell, this tutorial (pdf) shows how to use quadratic programming, as implemented in the R packages pracma and quadprog, to solve the problem of deconvolving a mixed cell population into individual subpopulations.

Quadratic programming solves the problem of optimizing (minimizing or maximizing) a quadratic function of several variables subject to linear constraints on these variables.
Among many other applications, it can be used to deconvolve a mixed population of cells into individual subpopulations given, for example, the expression profile of the mixed population and the reference profiles of the single subpopulations (e.g. Cobos et al. 2018).

Quadratic programming has been implemented in various languages including R and python. However, I found the documentation and examples quite abstract and difficult to apply to real problems.

I wrote this document for my own reference and hopefully to be useful to others, but it is not meant to be authoritative in any way. Feel free to open an issue to send any comment, question, or correction.


To Compile the pdf document execute:

cd latex
pdflatex quadratic_programming_tutorial.tex
mv quadratic_programming_tutorial.pdf ../

About

A tutorial on quadratic programming for deconvolution of mixed cell populations using R

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages