Skip to content

najlaksouri/GWAS-Workflow

Repository files navigation

GWAS-Workflow

Performing a Genome-Wide Association Studies (GWAS) can be a laborious task. In this reporsitory, we describe the pipeline that we have adapted to carry on a GWAS analysis using ddRAD-seq-derived SNPs. Underneath this README, we illustrate the different steps needed to run the analysis and we provide the codes necessary to reproduce this work.


Prerequisites

Content

Step 1. ddRAD-Sequencing

Step 2. Data processing

  • De-multiplexing: ------------------------> stacks.sh
  • QC filtering: ------------------------> trimmomatic.sh
  • Remove duplicated reads ------------------------> dedup.sh
  • Reads mapping: ------------------------> align_bwa.mk

Step 3. Variant calling and filtering

Step 4. GWAS analysis

  • Phenotypic data assessement ------------------------> trait transformations
  • PCA analysis
  • Relatedness
  • Statistical model assessment

Reference

That's it.... Good luck!

Releases

No releases published

Packages

No packages published

Languages