Dear Alphagenome Team:
As I was reading the Example analysis workflow: TAL1 locus, I noticed that in the code and comments part, “DNase-seq” is written as “DNAse-seq”. To make it consistent with the format in the paper. I strongly suggest correcting this typo.
Moreover, under the last section, “Finally, we’ll loop through each group and make a plot.”
facet_title_by_group = {
‘47212072_22’: ‘chr1:47212072\n21 bp ins.’,
'47212074_7’: ‘chr1:47212072\n21 bp ins.’,
‘47230639_1’: ‘chr1:47230639\nSNV’,
‘MUTE_2’: ‘chr1:47239296\n1 bp ins.’,
‘MUTE_3’: ‘chr1:47239296\n2 bp ins.’,
‘MUTE_4’: ‘chr1:47239296\n3 bp ins.’,
‘MUTE_other’: ‘chr1:47239296\n7-18 bp ins.’,
}
'47212074_7’: ‘chr1:47212072\n21 bp ins.’, is incorrect
the corrected one should be '47212074_7’: 'chr1: 47212072\n6 bp ins.', or “chr1: 47212074\n6 bp ins.”