Skip to content
Sarath Chandra Dantu edited this page May 20, 2021 · 17 revisions

Welcome to the DyNoPy tutorial!

Hopefully, you will find the instructions provided here useful on how to use this code.


Listed below are the sequence of steps on how to generate the J-matrix and extract the community of residues collectively contributing to the dynamics of interest.

1. Coevolution analysis

Generate coevolution matrix which will quantify the pairwise statistical relationship between all pairs of residues. For more details

dyno_coevolution.py -i <fasta file>

General tips

You can invoke the help by using the -h flag. eg:

dyno_coevolution.py -h


Test

Clone this wiki locally