Giovanni Palla

Results 63 issues of Giovanni Palla

the `get_imputed_values` method from gimvi not working? ```python from scvi.external import GIMVI GIMVI.setup_anndata(adata_sp_train, layer="counts") GIMVI.setup_anndata(adata_sc, layer="counts") model = GIMVI(adata_sc, adata_sp_train) model.train(10, batch_size=256) imputed = model.get_imputed_values(normalized=True, batch_size=256) ``` ```pytb --------------------------------------------------------------------------- ValueError...

bug

## Description ... ## Minimal reproducible example ```python ... ``` ## Traceback ```pytb ... ``` ## Version ...

bug :bug:
I/O :cd:

text from zulip from phil https://results.pre-commit.ci/. The link there e.g. leads to https://github.com/apps/pre-commit-ci/installations/23763214

enhancement :sparkles:

- [ ] Additional function parameters / changed functionality / changed defaults? - [ ] New analysis tool: A simple analysis tool you have been using and are missing in...

plot :hibiscus:

Not very clear idea, but something along these lines: https://www.biorxiv.org/content/10.1101/2020.09.04.283812v1 Maybe a way to achieve similar results without explicit modelling and inference. It's essentially a smoothing of cluster assignments on...

enhancement :sparkles:
graph :spider_web:

### Type of the feature - [ ] New function in `sqduipy.im`? - [ ] New function in `squidpy.gr`? - [ ] New function in `squidpy.pl`? - [ ] Change...

enhancement :sparkles:

### Type of the feature - [ ] New function in `sqduipy.im`? - [x] New function in `squidpy.gr`? - [x] New function in `squidpy.pl`? - [ ] Change an existing...

enhancement :sparkles:
plot :hibiscus:
graph :spider_web:

## Description The way we are doing the co-occurrence score is really ugly and it should be rewritten. We should remove the euclidean distance and use the graph computed with...

enhancement :sparkles:
graph :spider_web:

https://github.com/broadinstitute/Tangram/blob/3c87a25d49ad50b7f85ba68c67d31b46e38c3847/tangram/mapping_utils.py#L40-L41 think it'd be useful if this operation is optional.

First draft at supporting [awkward arrays](https://awkward-array.org/quickstart.html#). As discussed with @ivirshup this would be useful for Squidpy @hspitzer (discussed also here #609 ) and potentially @Zethson EHR project. Here's a walkthrough...