Skip to content

A pipeline to identify causal mutations in EMS mutant

Notifications You must be signed in to change notification settings

xie186/MutFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICME

A pipeline to identify causal mutations in EMS mutant

http://htmlpreview.github.io/?https://raw.githubusercontent.com/xie186/MutFinder/master/MutFinder.html

Method

Re-sequencing reads from wild type and mutant were aligned to TAIR10 reference genome using bwa. SAM files generated were then converted to BAM files. PCR duplications were removed using MarkDuplicates.jar in Picard (http://broadinstitute.github.io/picard/). HaplotypeCaller in GATK was then used to identify the SNPs in both wild type and mutant samples. We chose the SNPs meet the following requirements: 1) showing homozygous reference allele in wild type; 2) showing C->T or G->A mutation between wild type and mutant samples; 3) showing ratios of the reads with alternative alleles/read depth > 0.3.

With SNPs meeting the requirements above, a five-snp window was used to calculate the ratio of mutation. Based on the ratios of the windiws, a line plot was generated along the chromosome. The peak postion was marked as red star. snpEff (reference) was then used to annotate the effect of the SNPs. SNPs with large effects around the peak postion was extracted to identify the casual mutaiton.

References:

bwa reference

Li H. and Durbin R. (2009) Fast and accurate short read alignment with Burrows-Wheeler Transform. Bioinformatics, 25:1754-60. [PMID: 19451168]

SNPeff

A program for annotating and predicting the effects of single nucleotide polymorphisms, SnpEff

GATK

The Genome Analysis Toolkit: a MapReduce framework for analyzing next-generation DNA sequencing data McKenna A, Hanna M, Banks E, Sivachenko A, Cibulskis K, Kernytsky A, Garimella K, Altshuler D, Gabriel S, Daly M, DePristo MA, 2010 GENOME RESEARCH 20:1297-303

About

A pipeline to identify causal mutations in EMS mutant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published