Skip to content

Commit

Permalink
Add edge case for hYAP65 in score set breakdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jarbesfeld committed May 29, 2024
1 parent d42d45f commit e621617
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notebooks/analysis/mavedb_scoreset_breakdown.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,8 @@
" comp = gene.split()\n",
" if \"Minigene\" in comp:\n",
" unique_genes.append(\"WT1\")\n",
" elif \"hYAP65\" in comp:\n",
" unique_genes.append(\"YAP1\")\n",
" else:\n",
" for ele in comp:\n",
" is_normalized = False\n",
Expand Down

0 comments on commit e621617

Please sign in to comment.