Scott Walker
Results
1
issues of
Scott Walker
I get the following error running the scanpy spatial transcriptomics tutorial with the following command: ``` counts = pd.DataFrame(adata.X.todense(), columns=adata.var_names, index=adata.obs_names) coord = pd.DataFrame(adata.obsm['spatial'], columns=['x_coord', 'y_coord'], index=adata.obs_names) results = SpatialDE.run(coord,...