This repository contains scripts and resources for genomic data analysis, specifically focusing on the study of malaria parasites.
- The project includes various workflows for processing and analyzing genomic data from different sequencing platforms, such as Illumina and Nanopore.
- The primary goal is to aggregate and analyze allele frequency data, compute haplotype frequencies, and perform quality control on the extracted data.
The repository is organized into the following directories:
.
|-- readme.md
|-- .gitignore
|-- resources-genome
|-- wf-bcftools-illumina-amplicon
|-- wf-nanorave-nanopore-amplicon
`-- wf-seekdeep-amplicon
- resources-genome/: Contains genomic resources, including BED and FASTA files.
- wf-bcftools-illumina-amplicon/: Contains scripts and resources for processing Illumina amplicon data using BCFtools.
- wf-nanorave-nanopore-amplicon/: Contains scripts and resources for processing Nanopore amplicon data using NanoRave.
- wf-seekdeep-amplicon/: Contains scripts and resources for processing amplicon data (Illumina and Nanopore) using SeekDeep.
To get started with this project, clone the repository and navigate to the relevant workflow directory based on your sequencing platform. Each workflow directory contains detailed scripts and instructions for processing and analyzing the genomic data.
The scripts in this repository require R (version 4.0.0 or higher) and several R packages, including tidyverse
, data.table
, and janitor
. Ensure you have these packages installed before running the scripts.
-
Clone the repository:
git clone https://github.com/kkariuki/wgs-amplicon-analysis.git
-
Navigate to the relevant workflow directory and read the instructions:
-
Follow the instructions in the scripts to process and analyze your genomic data.
Contributions to this project are welcome. Please fork the repository and submit a pull request with your changes.
Additionally, report any issues or bugs by openning an issue here or contact me via email at wamaekevin[at]gmail[dot]com
This project is licensed under the MIT License. See the LICENSE file for details.