SNP downstream analysis
3
0
Entering edit mode
2.3 years ago
aabhordia ▴ 30

I have annotated SNPs using SnpEff and got files in HTML and CSV format. Could anyone please tell me now what further steps should I performed for further downstream analysis. I am new to this field any help would be great. Thank you in advance

annotated analysis of Downstream SNPs • 1.1k views
ADD COMMENT
1
Entering edit mode
2.3 years ago
abedkurdi10 ▴ 190

you can compare the VCF files of different conditions: you can check for the common mutations between the conditions you are studying, you can check for the unique mutations for each group...

ADD COMMENT
1
Entering edit mode
2.1 years ago
Prash ▴ 270

You could use bcftools filter followed by awk/sed liners. Before you start this,w hat would be your question? what are the inherent sample specifics you are looking into? For example, if you want to have a cutoff for depth, please use the following for depth 20 cutoff bcftools filter -i 'MIN(INFO/DP)>20' filename.vcf > filename_output_DP20.vcf

This could be followed by looking into hom/het calls etc.

The same could also be deployed for csv files as well.

Hope this helps

ADD COMMENT
0
Entering edit mode
2.1 years ago
aabhordia ▴ 30

do I have to analyse vcf population-wise and compare the vcf files of each population for estimating genetic diversity????? And as I have mentioned that I have annotated vcf file that means I had to do further analysis using this annotated file only???

please suggest me how to proceed further. Thank you in advance

ADD COMMENT
1
Entering edit mode

Your analysis depends on what are you looking for. Are you looking for mutations in specific genes? Are you looking for specific mutations in specific genes? Are you looking for novel mutations?

ADD REPLY
0
Entering edit mode

I am actually looking for variations affecting population present in different locations

ADD REPLY

Login before adding your answer.

Traffic: 2674 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