Difference between revisions of "How-to/SNP detection"

From SEQwiki
< How-to
How-toHow-to/SNP detection
Jump to: navigation, search
(SNP detection using next gen data)
Line 1: Line 1:
== SNP detection using next gen data ==
+
= SNP detection =
  
 +
= Decision Helper =
  
[[ssahaSNP]] - ssahaSNP is a polymorphism detection tool. It detects homozygous SNPs and indels by aligning shotgun reads to the finished genome sequence. Highly repetitive elements are filtered out by ignoring those kmer words with high occurrence numbers. More tuned for ABI Sanger reads. Developers are Adam Spargo and Zemin Ning from the Sanger Centre. Compaq Alpha, Linux-64, Linux-32, Solaris and Mac
 
  
 +
 +
= Software Packages =
 +
 +
== Free Software ==
 +
 +
=== Freebayes ===
 
[[Freebayes]]
 
[[Freebayes]]
  
[[SNVMix]]
 
  
[[SOAPsnp]]
+
=== GATK ===
 +
 
 +
[[GATK]]
 +
 
 +
 
 +
=== MAQ ===
 +
[[MAQ]]
  
 +
=== samtools ===
 
[[samtools]] using the pilepup or mpileup pipeline
 
[[samtools]] using the pilepup or mpileup pipeline
 
http://samtools.sourceforge.net/mpileup.shtml
 
http://samtools.sourceforge.net/mpileup.shtml
Line 17: Line 29:
  
  
[[GATK]]
+
=== ssahaSNP ===
 +
[[ssahaSNP]] - ssahaSNP is a polymorphism detection tool. It detects homozygous SNPs and indels by aligning shotgun reads to the finished genome sequence. Highly repetitive elements are filtered out by ignoring those kmer words with high occurrence numbers. More tuned for ABI Sanger reads. Developers are Adam Spargo and Zemin Ning from the Sanger Centre. Compaq Alpha, Linux-64, Linux-32, Solaris and Mac
 +
 
 +
 
 +
 
 +
 
 +
=== SOAPsnp ===
 +
[[SOAPsnp]]
  
[[MAQ]]
+
=== SVNMix ===
 +
[[SNVMix]]

Revision as of 16:54, 12 August 2011

SNP detection

Decision Helper

Software Packages

Free Software

Freebayes

Freebayes


GATK

GATK


MAQ

MAQ

samtools

samtools using the pilepup or mpileup pipeline http://samtools.sourceforge.net/mpileup.shtml

This thread here describes some potential problems that occur when using the BAQ parameter. (In effect it recommends to turn it off, if one uses e.g. BWA that finds indels. http://seqanswers.com/forums/showthread.php?t=11965


ssahaSNP

ssahaSNP - ssahaSNP is a polymorphism detection tool. It detects homozygous SNPs and indels by aligning shotgun reads to the finished genome sequence. Highly repetitive elements are filtered out by ignoring those kmer words with high occurrence numbers. More tuned for ABI Sanger reads. Developers are Adam Spargo and Zemin Ning from the Sanger Centre. Compaq Alpha, Linux-64, Linux-32, Solaris and Mac



SOAPsnp

SOAPsnp

SVNMix

SNVMix