Pairwise distances DNA sequences (K80 model of DNA evolution) [Python]
0
0
Entering edit mode
8.5 years ago
erica.fary ▴ 20

Hi everyone,

I need to build phylogenetic tree based on aligned DNA sequences. I used first from Bio.Phylo the following functions:

distM = DistanceCalculator('ident').get_distance(my_aligned_sequences)
tree = DistanceTreeConstructor().nj(distM)

However, I would like to compare the sequences using the Kimura 2-parameters ("K80") model of DNA evolution.

I know that in R the dist.dna {ape} function allows to do this, but does anyone know a function in Python that do this ?

Thank you in advance

phylogeny python sequence • 2.7k views
ADD COMMENT

Login before adding your answer.

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