scvi-tools icon indicating copy to clipboard operation
scvi-tools copied to clipboard

Deep probabilistic analysis of single-cell and spatial omics data

Results 210 scvi-tools issues
Sort by recently updated
recently updated
newest added

Galen recently added functionality to store arbitrary things there too. There should be a few sentences about what it does.

tutorials

I would like to know if it is possible for the VAE model (in scVI) to have different number of hidden units in each hidden layer. Currently, I am assuming...

enhancement
good first issue

There should be a straightforward way to add a random state functionality to scVI with minimal code duplication. This will be helpful in ensuring posterior predictive quantities and de, etc...

enhancement

Since we keep `self.trainer` persistent in train(), running train() again with new arguments for frequency, n_iter_kl_warmup, etc wont be reflected. ```python a = scvi.data.synthetic_iid() m = scvi.model.SCVI(a) m.train(10) print(m.history) #...

bug

The current implementation of scANVI only computes the ELBO without relying on the cell states' knowledge for labeled examples (see [here](https://github.com/YosefLab/scvi-tools/blob/master/scvi/core/trainers/annotation.py#L200)). We should fix this behavior and treat labeled and...

bug
scanvi

Closes #1705. Changes include: - Remove `Literal` compatibility type