Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 486 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 486 Bytes

Sequential activation of PDGF- and TGF-β-signaling in the spatial context of glomerular crescent formation in kidney autoimmunity

The repository contains the code to perform analysis included in the manuscript. The jupyter notebooks and associated scripts are available in the folder "notebooks".

Dependencies

The required Python packages are specified in the environment.yml file. To set up the environment:

conda env create --name <environment_name> -f environment.yml