Yuning You commited on
Commit
4273817
·
1 Parent(s): a9af6e4
Files changed (1) hide show
  1. test.ipynb +2 -1
test.ipynb CHANGED
@@ -266,7 +266,8 @@
266
  "source": [
267
  "# you can convert it into normalize counts\n",
268
  "counts_normalized = np.exp(expressions) - 1\n",
269
- "counts_normalized = counts_normalized / counts_normalized.sum(axis=1, keepdims=True)"
 
270
  ]
271
  }
272
  ],
 
266
  "source": [
267
  "# you can convert it into normalize counts\n",
268
  "counts_normalized = np.exp(expressions) - 1\n",
269
+ "counts_normalized = counts_normalized / counts_normalized.sum(axis=1, keepdims=True)\n",
270
+ "counts_normalized, counts_normalized.shape"
271
  ]
272
  }
273
  ],