Entering edit mode
4.3 years ago
mousbah.biotech2012
▴
10
If you are doing a multiple sequence alignment on 90 sequence, how many pairwise alignment need to be done?
If you are doing a multiple sequence alignment on 90 sequence, how many pairwise alignment need to be done?
90 * 89 / 2 = 4005
The Handshake Problem: in a room of n people, how many different handshakes are possible: n * (n-1) / 2
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
This sounds very much like a course question and not an actual scientific problem.
It is a general question to understand the use of the tool.