[BioC] SNP detection of multiple samples

Paul Leo p.leo at uq.edu.au
Thu May 24 06:45:36 CEST 2012


Think you are better off using something "like" GATK -which has a
Bayesian algorithm where you get more power to detect SNPs by adding
more samples. 

FYI Since you have transcriptones you might have to watch standed-ness
issues depending  on the expt protocol you have. ...

That said samtools mpileup will probably work just as well and even
vcftools with a simple vcf merge may even be all you need?

Those hi-throughput "workhorse" packages will probably be better for
such a task. We use bioconductor extensively for NGS analysis but not
the SNP/indel calling specifically. 

Rsamtools has an R interface to many of these operations and you will
also need to understand the GenomicFeatures package to get full benefit.

Cheers
Paul







-----Original Message-----
From: Wang, Li <li.wang at ttu.edu>
To: bioconductor at r-project.org <bioconductor at r-project.org>
Subject: [BioC] SNP detection of multiple samples
Date: Wed, 23 May 2012 16:29:54 -0500

Hi, all

I have transcriptomes of 31 samples. I have detected SNPs for each sample compared to Reference genome. 

My goal is to detect common SNPs among all the 31 samples based on 31 tables of SNPs (each sample vs reference genome).

I am writing to ask if there is a bioconductor package which can achieve my goal. 

Thanks!

Li
_______________________________________________
Bioconductor mailing list
Bioconductor at r-project.org
https://stat.ethz.ch/mailman/listinfo/bioconductor
Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor



More information about the Bioconductor mailing list