Skip to content

Commit d5db367

Browse files
authored
Update README.md
1 parent 91e607c commit d5db367

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# javaNG
2-
Use Nei-Gojoborit algorithm to calculate Ka/Ks
2+
Use Nei-Gojoborit algorithm to calculate Ka/Ks.
3+
4+
What is Ka/Ks? The ratio of the number of nonsynonymous substitutions per nonsynonymous site (Ka) to the number of synonymous substitutions per synonymous site (Ks). And it can diagnose the form of sequence evolution.
5+
6+
Generally speaking, if Ka is much greater than Ks(i.e. Ka/Ks >> 1), this is strong evidence that selection has acted to change the protein (positive selection).
7+
Similarly, if Ka is much smaller than Ks(i.e. Ka/Ks << 1), that is, most of the time selection eliminates deleterious mutations, keeping the protein as it is (purifying selection).
8+
However, if Ka equals Ks, the evolution of the sequence may be neutral, may be not, becuase there is anaother situation that one part of the gene (one protein domain, say) was under positive selection, but other parts under purifying selection. So we need to use other method to verify the evolution.
39

410
## Launch program
511

0 commit comments

Comments
 (0)