Skip to content

Calculating probabilities of sequences transforms with evolution model in time

Notifications You must be signed in to change notification settings

moozeq/gp-evo-transform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

GP_EvoTransform

Calculating probabilities of sequences transforms with evolution model in time

Example

# Jukes-Cantor model t-max transformation probability between two sequences
./evo.py demo/two_seqs.fasta tmax_plot --mode=jukes-cantor -o pJC.png

# same for Kimura model
./evo.py demo/two_seqs.fasta tmax_plot --mode=kimura -o pK.png

# simmilarity matrix
./evo.py demo/multi_seqs.fasta simmatrix -o simmatrix.txt

Jukes-Cantor model

Kimura model

About

Calculating probabilities of sequences transforms with evolution model in time

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages