Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tgac-vumc/BLADE
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim committed Apr 21, 2021
2 parents 2be4644 + 573b77d commit b85f06a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions PGFdeconvolution/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@


# Generic deconvolution method with known cellular compositions

We developed a simple, generic maximum-likelihood based convolution model.
The method is based on a probability generating function (PGF) that approximate convoluted random variable.

The R scripts in this folder allows users to compare log-normal (LN) convolution and Negative binomial (NB) convolution models to perform deconvolution on real TCGA data.

- `install.R`: A script to install dependencies.
- `source_estmusigmadist2.R`: core functions for PGF deconvolution
- `LogNormalvsNB_TCGA.R`: A script to compare Negative Binomial and Log-normal distribution for deconvolution.
- `LogNormalvsNB_TCGA.html`: A knitted html report generated from `LogNormalvsNB_TCGA.R`
- `TCGA-MESO.RData`/`TCGA-SARC.RData`: Gene expression data of two TCGA cohorts (mesothelioma and sarcoma)

0 comments on commit b85f06a

Please sign in to comment.