-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/tgac-vumc/BLADE
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |