Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/tutorials/tutorial-1-pbmc_scrna_scanpy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"metadata": {},
"outputs": [],
"source": [
"# here we remove the cells and genes that have more than 100 zero entries\n",
"# here we remove the cells and genes that have less than 100 non-zero entries\n",
"# X_sub is the filtered count matrix, index are the indices of the remainder\n",
"X_sub,index = stabilize_matrix(adata.X,threshold=100)"
]
Expand Down