pandas-genomics
pandas-genomics copied to clipboard
Add simple Genotype Comparison
Return a boolean array for this kind of comparison:
gt_array == "A/A"
Should require a minor update to the GenotypeArray.__eq__
method