This repository contains code used to process single-cell RNA sequencing (scRNA-seq) data. Follow the steps below to set up your environment and recreate the analysis.
-
Prepare the
dataDirectory- Inside the
datafolder, create a subdirectory calledaligned_samples. - Download the Cell Ranger count matrices from Zenodo and place them into the
aligned_samplesdirectory. - Ensure that the folders
F43N,F43R,OSw3,OSW4,OSW5, andOSW6are placed directly in this directory.
- Inside the
-
Obtain the Normal Osteoblast Dataset
- Follow the instructions in
data/Tulane_data/README.mdto download and prepare the normal osteoblast dataset.
- Follow the instructions in
-
Create the
outputDirectory- Create a folder named
output. All analysis outputs will be stored here.
- Create a folder named
To run all the scripts, navigate to the script folder and execute the following command:
bash main_section.shAll the required Python package versions for the analysis are listed in requirements.txt.