Question in training data label generation code - get_candidates.py
quito418 opened this issue · 2 comments
quito418 commented
Dear ClairS Team,
While reviewing the code at the following link:
Line 348 in c464c98
I noticed a potential issue related to the
find_candidate_match
function.It appears that the function may be utilizing the tumor alt_dict instead of the normal alt_dict.
Could you please take a moment to verify this?
Thank you for your time and support!
Best regards,
zhengzhenxian commented
Hi, @quito418,
Billions thanks for reporting this! Should be normal alt_dict(paired_alt_dict). I guess it would only exclude a small proportion of candidates in training. We will try to add those candidates to training to further verify the results.
Zhenxian