This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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!

genome next-gen-sequencing alignment

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.

Log in to answer this question.