Genotype comparison in two samples with perl
Excuse me:
How could I conclude the genotypes of two samples are different with perl script? Suppose that one genotype is a/b, the other is c/d.
Many thanks!
• 1,739 views
•
link
1 answer
If one is a/b and the other c/d then you know they're different, since "a/b" isn't "c/d". I assume, rather, that you meant to ask something else.
• 0 views
•
link
Log in to answer this question.