Table of contents generated with markdown-toc
This repository includes jupyter notebooks for reproducing the analysis results presented in the manuscript.
We provide conda environment files to install all necessary packages for users interested in running the analyses in the manuscript. Clone this repository and under the root folder of the repository, you can find lung_aging.yml and HLCA_mapping_env.yml, where the former is for running most of the analyses and reproducing figures in the manuscript and the latter is for running cell type label transfer between query dataset and the HLCA dataset. You may install this two environments by
conda env create -f lung_aging.yml
conda env create -f HLCA_mapping_env.ymlYou will then be able to access all required packages by loading these environments in your jupyter notebook.
Run script step0_download_data_and_prepare.py to download all datasets analyzed in the manuscript. The datasets will be downloaded into the folder data/ under the root folder of this repository.
The analyses can be performed in the sequential order specified by the prefix "stepX_" of each script file.
Contact us if you have any questions:
Qi (Alex) Song: qisong@andrew.cmu.edu; sqsq3178@gmail.com
Ziv Bar-Joseph: zivbj@andrew.cmu.edu
Comming soon!
©2021 Qi Song, Ziv Bar-Joseph. Systems Biology Group at Carnegie Mellon University. All rights reserved.
