SNP frequencies in Fasta Alignment
1
0
Entering edit mode
7.3 years ago
Eva_Maria ▴ 190

Hai everyone

I have a set of fasta aligned file from this alignment file how i will get snps and its frequencies

SNP alignment fasta • 2.3k views
ADD COMMENT
0
Entering edit mode

Hi! In general, the more detail you provide, the higher is the chance that someone can help you. For example:

1) What do you mean by "fasta aligned files"?

2) How did you align them and what do they represent?

3) Do you have one fasta file for each individual you sequenced?

ADD REPLY
0
Entering edit mode

i aligned 20 genes (fasta format) using MAFFT and i want to find gene variation respect to snp/snp frequencies

ADD REPLY
0
Entering edit mode
7.3 years ago
Fabio Marroni ★ 3.0k

For any position do this:

1) Count all the different nucleotides (I assume for simplicity there are only two kinds, A and G).

2) Count how many As, count how many Gs.

3) The frequency is e.g. As/(As+Gs).

Repeat for all the positions.

ADD COMMENT
0
Entering edit mode

Is there any programmes or tool to calculate this

ADD REPLY

Login before adding your answer.

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