Models and code to generate figures for “Tumor-Mediated Immunosuppression and Cytokine Spreading Affects the Relation Between EMT and PD-L1 Status”. Frontiers in Immunology. doi: 10.3389/fimmu.2023.1219669
COPASI and Morpheus models can be found in models/copasi_models
and
models/morpheus_models
, respectively.
Figures are generated reproducibly in R using
renv
:
-
Download/clone this repository
-
Open the project file (
.Rproj
) in RStudio -
Run
renv::restore()
to install R package dependencies.
-
Open
code.Rmd
and choose Run > Run All. Figures will appear in theoutput
folder.