Skip to content

A collection of processed datasets and a QIIME2-based pipeline to analyze microbiome data from plant roots and soil

Notifications You must be signed in to change notification settings

AbeelLab/drought-microbiome-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A pipeline to process amplicon data for the root and soil microbiome

This repository is associated with the following manuscript:

... (put citation here)

A schematic of the pipeline is shown below. We used QIIME2 to download and process amplicon sequencing data up to taxonomic profiles at genus level, and performed downstream analysis in Python (and R). Processed datasets used in our analysis are available in the datasets/ folder.

[to do: add overview figure]

Installation

[to do: conda environment]

QIIME2 pipeline example usage

We use QIIME2 with the q2-fondue plugin to process amplicon datasets from NCBI. You can pass an accession or an existing study directory as input arguments. If a study directory with an existing accession.tsv file already exists:

cd bash_scripts
./pipeline.sh --study_id study_name

If a study directory does not exist, you can provide a study accession and a study name, which will create a study fodler with an accession file:

./pipeline.sh --study_id study_name --accession EXAMPLE123456,EXAMPLE234567

To run only selected steps of the pipeline:

./pipeline.sh --study_id study_name --accession EXAMPLE123456,EXAMPLE234567 --run_download --run_cutadapt

For the full list of pipeline steps, options and flags, run:

./pipeline.sh --help

Signature analysis and figure reproduction

You can download processed DADA2 feature tables here: [to do]

To process feature tables and obtain the merged dataset, you can run:

cd python_scripts && python3 process_datasets.py

To reproduce the analysis and associated figures in the paper, you can run:

python3 plot_figure_[figure_number].py

About

A collection of processed datasets and a QIIME2-based pipeline to analyze microbiome data from plant roots and soil

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published