Skip to content

Commit

Permalink
Fixing syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
yaront committed Dec 21, 2024
1 parent 5ad25c3 commit 4846b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kinase_library/modules/enrichment.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ def plot_3x3_volcanos(dp_data, kin_type, kl_method, kl_thresh, dp_lfc_col, dp_lf

for i,(lfc,pval) in enumerate(zip(dp_lfc_thresh,dp_pval_thresh)):

subfigs[i].suptitle(r'$\bf{' + f'DE\ logFC\ threshold:\ {lfc}' + f'\ /\ DE\ p-value\ threshold:\ {pval}'*(dp_pval_col is not None) + '}$')
subfigs[i].suptitle(r'$\bf{' + f'DE logFC threshold: {lfc}' + f' / DE p-value threshold: {pval}'*(dp_pval_col is not None) + '}$')
ax = subfigs[i].subplots(nrows=1, ncols=3)

print(f'\nLogFC threshold: {lfc}' + f' / p-value threshold: {pval}'*(dp_pval_col is not None))
Expand Down

0 comments on commit 4846b4c

Please sign in to comment.