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
data
Directory- Inside the
data
folder, create a subdirectory calledaligned_samples
. - Download the Cell Ranger count matrices from Zenodo and place them into the
aligned_samples
directory. - Ensure that the folders
F43N
,F43R
,OSw3
,OSW4
,OSW5
, andOSW6
are placed directly in this directory.
- Inside the
-
Obtain the Normal Osteoblast Dataset
- Follow the instructions in
data/Tulane_data/README.md
to download and prepare the normal osteoblast dataset.
- Follow the instructions in
-
Create the
output
Directory- 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.sh
All the required Python package versions for the analysis are listed in requirements.txt
.