Hi there,
I was wondering if it is possible to use multiple deletions as input for a variant effect prediction simultaneously. I want to delete 6 different 20bp fragments at once and predict how this affects the genome around my gene of interest.
Hi there,
I was wondering if it is possible to use multiple deletions as input for a variant effect prediction simultaneously. I want to delete 6 different 20bp fragments at once and predict how this affects the genome around my gene of interest.
Hi there,
Thank you for reaching out.
Currently, score_variant is designed for single variants. You can try creating a single structured variant with all the deletions by defining the reference_bases as the entire genomic span covering the sites and the alternate_bases as that sequence with the fragments removed. Alternatively, manually construct the full DNA sequence string with all 6 fragments removed and input this custom sequence into the predict_sequence() function,. You will then need to manually compare these predictions to those from the reference sequence to determine the combined effect.
Please also refer here for further assistance Using AlphaGenome to predict the cooperativity of multiple SNPs?
Kind regards,
Tumi