SNP analysis of genes
1
1
Entering edit mode
8.8 years ago

Hi

Can anyone help in SNP analysis. Which online tool should I use to get the data for SNP.

snp • 2.8k views
ADD COMMENT
0
Entering edit mode

Do you mean online, like downloadable of something that can run completely in a web-browser environment?

Do you have a reference or not?

Are your reads cleaned up already or do you have raw reads, because those might need quality trimming...

Do you just want a VCF file with SNPs or do you want a genotyping output?

Please explain a little bit more about what you want and I can probably help a little bit (although I'm not an expert, I have only done SNP calling a couple of times)

ADD REPLY
0
Entering edit mode

yes I have a reference seq. and i have got significant hits of query with ref. genome, then what about further analysis?

ADD REPLY
0
Entering edit mode

You need to be more specific. "further analysis" could mean infinite tasks.

ADD REPLY
1
Entering edit mode
8.8 years ago
Lesley Sitter ▴ 600

Owhkee, so you did something like create a bowtie database (or bwa or whatever mapper you used), then aligned your reads or query against your indexed reference. Then you piped that to a Sam or Bam file right?

Well now you can do SNP calling, there are a lot of tools, i use Freebayes but I have also used Samtools Mpileup and BCFtools to get SNPs but for me freebayes works the best.

If you have more specific questions just aks, but i would first just read a little about SNP calling tools so you know for sure that you have the right tool for your project. And read the manuals to understand what the tools do. For freebayes you can look at this tutorial.

ADD COMMENT

Login before adding your answer.

Traffic: 2782 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6