Skip to content

Commit c33bad6

Browse files
authored
Update comment for QC filters in scRNAseq notebook
1 parent ef2c0c0 commit c33bad6

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
@@ -1484,7 +1484,7 @@
14841484
" _integration_ok = False\n",
14851485
"\n",
14861486
"if _integration_ok:\n",
1487-
" # ── 1. Load raw PBMC3k and apply the same QC filters as earlier ───────────\n",
1487+
" # ── 1. Load raw PBMC3k and apply quick and simple QC filters ───────────\n",
14881488
" adata_int = sc.datasets.pbmc3k()\n",
14891489
" adata_int.var_names_make_unique()\n",
14901490
" sc.pp.filter_cells(adata_int, min_genes=200)\n",

0 commit comments

Comments
 (0)