Skip to content

Commit 5f182cd

Browse files
authored
Fix comment formatting in scRNAseq notebook
1 parent f34ec2f commit 5f182cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/scRNAseq_in_Python.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1984,7 +1984,7 @@
19841984
" _df = _enr.results.copy()\n",
19851985
" _df.insert(0, 'cluster', _cl)\n",
19861986
" _df['query_size'] = len(_sig_genes)\n",
1987-
" # Parse the 'Overlap' string (e.g., "5/45") to compute ratios\n",
1987+
" # Parse the 'Overlap' string (e.g., '5/45') to compute ratios\n",
19881988
" if 'Overlap' in _df.columns:\n",
19891989
" _ov = _df['Overlap'].str.split('/')\n",
19901990
" _df['count'] = _ov.str[0].astype(int)\n",

0 commit comments

Comments
 (0)