This repository contains the barcode sequencing analysis pipeline and data for the study "Gene dosage adaptations to mtDNA depletion and mitochondrial protein stress in budding yeast" by Joshua T. McNamara et al. (2023).
- Joshua T. McNamara
- Yuhao Wang
- Jin Zhu
- Rong Li
Affiliation: Rong Li Lab, Johns Hopkins University
Raw sequencing data are available at the Sequence Read Archive (SRA) under the following accession numbers:
- Project: PRJNA945832
- BioSample: SAMN33794339
Clone the repository to your local machine:
git clone https://github.com/J-McNamara/McNamara-et-al-2023.git
cd McNamara-et-al-2023.git
- Download the
fastq.gz
sequence data file from SRA to theseq_data
directory. - Navigate to the
preprocessing
directory:cd preprocessing
- Run the preprocessing script:
This script indexes and counts the barcodes.
bash preprocessing.sh
- Open RStudio and set the working directory to the project root.
- Open the R Markdown notebook:
analysis_notebook/barseq_notebook.Rmd
- Run the notebook to complete the data analysis.
McNamara-et-al-2023/
├── README.md
├── seq_data/
├── preprocessing/
│ └── preprocessing.sh
└── analysis_notebook/
└── barseq_notebook.Rmd
We welcome contributions to improve the analysis pipeline. Please submit pull requests or open issues to discuss proposed changes.
This project is licensed under the MIT License.
If you use this data or analysis pipeline in your research, please cite:
Joshua T McNamara, Jin Zhu, Yuhao Wang, Rong Li, Gene dosage adaptations to mtDNA depletion and mitochondrial protein stress in budding yeast, G3 Genes|Genomes|Genetics, Volume 14, Issue 2, February 2024, jkad272, https://doi.org/10.1093/g3journal/jkad272
For questions or clarifications, please contact Josh McNamara.