scanpy icon indicating copy to clipboard operation
scanpy copied to clipboard

Single-cell analysis in Python. Scales to >1M cells.

Results 301 scanpy issues
Sort by recently updated
recently updated
newest added

I think we should introduce a standardized “mask” argument to scanpy functions. This would be a boolean array (or reference to a boolean array in `obs`/ `var`) which masks out...

Enhancement ✨
Area – API

- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of scanpy. - [ ]...

- [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest version of scanpy. - [X] (optional)...

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

Enhancement ✨

This is a draft version of Furo-based scanpy docs. To finalize this PR, the furo specific changes will need to be moved to scanpydoc. Additionally, the index.rst file scanpy-tutorials needs...

Links to references in docs are broken. I think we should probably switch over to [sphinxcontrib-bibtex](https://sphinxcontrib-bibtex.readthedocs.io/en/latest/) as recommended by [executable books](https://jupyterbook.org/content/citations.html).

Bug 🐛
Area - Documentation 📒

- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of scanpy. - [x] (optional)...

Bug 🐛
Installation

Hey, while writing tests for #1715 I noted the following behavior: `output = sc.pp.highly_variable(adata,inplace=True,subset=False,n_top_genes=100)` --> Returns nothing :heavy_check_mark: --> `adata.var` fields are updated but shape stays the same :heavy_check_mark: `output...

Bug 🐛
Area – API

Multiple calls to `sc.pl.Dotplot.style()` cause resetting of parameters. This issue can be observed as a change in the default colormap shown by #1632 Other methods that set default parameters are...

Bug 🐛

- [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest version of scanpy. - [ ]...

Bug 🐛