Skip to content

Commit f45e940

Browse files
authored
Syntax (#26)
* Fixing syntax * Syntax
1 parent 5ad25c3 commit f45e940

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

src/kinase_library/modules/enrichment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ def plot_3x3_volcanos(dp_data, kin_type, kl_method, kl_thresh, dp_lfc_col, dp_lf
640640

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

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

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

src/notebooks/binary_enrichment.ipynb

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,14 +1234,6 @@
12341234
"source": [
12351235
"enrich_results.enriched_subs(kinases=['PKCE','PKCH','PKCI'], save_to_excel=True, output_dir='/Users/usr/Desktop/', file_prefix='Phorbol Ester subs')"
12361236
]
1237-
},
1238-
{
1239-
"cell_type": "code",
1240-
"execution_count": null,
1241-
"id": "410f47e8-9a62-4164-baeb-3f50ae7c1d59",
1242-
"metadata": {},
1243-
"outputs": [],
1244-
"source": []
12451237
}
12461238
],
12471239
"metadata": {
@@ -1260,7 +1252,7 @@
12601252
"name": "python",
12611253
"nbconvert_exporter": "python",
12621254
"pygments_lexer": "ipython3",
1263-
"version": "3.10.13"
1255+
"version": "3.12.8"
12641256
}
12651257
},
12661258
"nbformat": 4,

src/notebooks/differential_phosphorylation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2102,7 +2102,7 @@
21022102
"name": "python",
21032103
"nbconvert_exporter": "python",
21042104
"pygments_lexer": "ipython3",
2105-
"version": "3.10.13"
2105+
"version": "3.12.8"
21062106
}
21072107
},
21082108
"nbformat": 4,

0 commit comments

Comments
 (0)