Skip to content
Prev 378282 / 398502 Next

Mismatch distribution

Hello!

I need your help. I am trying to calculate the pairwise differences between
sequences from several fasta files.
I would like for each of my DNA alignments (fasta files), calculate the
pairwise differences and then:
- 1. Combine all the data of each file to have one file and one histogram
(mismatch distribution)
- 2. calculate the mean for each difference for all the file and again make
a mismatch distribution plot
Here the script that I wrote:
library("pegas")
However, the script does not work and I do not know what to change to make
it working.
Thanks in advance for your help.

Myriam