You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we will split this object by the categorical `"blobs"` and recombine it to illustrate different merge strategies.
172
173
@@ -180,9 +181,9 @@ Now we will split this object by the categorical `"blobs"` and recombine it to i
180
181
>>> adatas[0]
181
182
AnnData object with n_obs × n_vars = 128 × 30
182
183
obs: 'blobs'
184
+
uns: 'pca'
183
185
obsm: 'X_pca', 'qc'
184
186
varm: 'PCs', '0_qc'
185
-
uns: 'pca'
186
187
187
188
`adatas` is now a list of datasets with disjoint sets of observations and a common set of variables.
188
189
Each object has had QC metrics computed, with observation-wise metrics stored under `"qc"` in `.obsm`, and variable-wise metrics stored with a unique key for each subset.
Disallow {meth}`anndata.AnnData.transpose` when `X` or `layers` contains {class}`h5py.Dataset`, {class}`zarr.Array` ,{class}`anndata.abc.CSRDataset`, or {class}`anndata.abc.CSCDataset` {user}`ilan-gold`.
Fix {meth}`anndata.AnnData.copy` so that it provides an informative error when trying to `copy` and object that contains {class}`h5py.Dataset`, {class}`zarr.Array`, {class}`anndata.abc.CSRDataset`, or {class}`anndata.abc.CSCDataset` {user}`ilan-gold`
0 commit comments