Typos in "Example analysis workflow: TAL1 locus"

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.”

alphagenome/colabs/example_analysis_workflow.ipynb at main · google-deepmind/alphagenome · GitHub the code in github is correct.

Fix example analysis typos. · google-deepmind/alphagenome@10aa964 · GitHub Fine the commit is accepted after I write the email and then post here.

Hi There,
Thanks for reaching out.

Thank you for flagging that typo in the Colab! This has now fixed on GitHub

Kind regards,
Tumi