There are five wild type alleles that have been named:
gene_uniquename │ allele_name │ session
SPAC110.02 │ pds5-GFP │ edfee9c20ff8ca78
SPAC1F5.11c │ tra2-CKO │ ddb5158a6caf4996
SPBC16E9.01c │ php4-GATA-less│ f86a4c2ed458dac5
SPCC548.03c │ Skwtf4 │ b855ecc307eb12e0
SPCC622.13c │ tti1-CKO │ 0f72d4033c5d842f
SPBC16E9.01c is generating a warning from my code because it's the only case where there's also a curated normal wild type allele for that gene.
The code currently assumes that WT alleles are unique, that there's only one possible WT allele per gene.
php4-GATA-less is in this session:
and php4+ is here:
If this is all OK, I'll fix my code to handle this case.
There are five wild type alleles that have been named:
SPBC16E9.01c is generating a warning from my code because it's the only case where there's also a curated normal wild type allele for that gene.
The code currently assumes that WT alleles are unique, that there's only one possible WT allele per gene.
php4-GATA-lessis in this session:and
php4+is here:If this is all OK, I'll fix my code to handle this case.