Best algorithm for simulating the evolution on a DNA sequence
1
0
Entering edit mode
2.4 years ago
mahdiks • 0

Hi Biostars,

I'm developing a footprint for DNA sequence and then I want to find related seq in another sequence. (https://github.com/MahdiKarimian/DIF)

My question is : What is the best available library that simulates the evolution of a sequence of DNA?

I want to use that sequence to check my DNA footprint matching algorithm,

matching DNA • 632 views
ADD COMMENT
2
Entering edit mode
2.4 years ago
Michael 54k

It is maybe less an algorithm than a substitution model you are looking for. This review may be relevant. Just pick a suitable substitution model. The choice depends on under which selection pressure you assume your sequence is. A codon model can be used for protein coding sequences and a DNA model for non-coding sequences, then mutate each given position or codon based on the substitution probabilities given in the matrix in each generation and run this for a number of generations. Possibly, there is an implementation of such a process but I don't know any right now.

ADD COMMENT

Login before adding your answer.

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