MangiolaLaboratory / sccomp

Testing differences in cell type proportions from single-cell data.
https://stemangiola.github.io/sccomp/
GNU General Public License v3.0
94 stars 7 forks source link

Convert counts to estimates framewotk #160

Open stemangiola opened 2 weeks ago

stemangiola commented 2 weeks ago

data_for_model$model_input = design matrix. (instead of using the formula, this variable will be input directly).

stan( model_input, ... ...

)