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

- [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`?...

`filter_rank_genes_groups` handles log values differently than the `rank_genes_groups` function. The discrepancy gives different DE gene lists when filtering genes based on `log2fc_min=1` with `get.rank_genes_groups_df` vs `min_fold_change=2` with `tl.filter_rank_genes_groups` In rank_genes_groups,...

Area – Differential Expression

... Hello I would like to plot the "log1p_total_counts" of a **visium transcriptomic dataset** (AnnData object with n_obs × n_vars) using sc.pl.spatial **sc.pl.spatial(adatal, img_key="hires", color=["gene1", "gene2", "gene3"]) -**-> gives 3...

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

Enhancement ✨
Area - Plotting 🌺

- [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 🐛

Hi When attempting so simply read a h5 file with: ``` Python version - 3.8.8 # results_file = path to 10X h5 file # adata = sc.read_10x_h5(results_file) ``` I get...

Bug 🐛
Needs info❔
Area - IO

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

Hi, Seurat allows us to set an Ident and when we do a feature plot we can label that feature plot with that ident. If I were to achieve something...

Enhancement ✨
Area - Plotting 🌺

"dot_color_df" is currently not documented for https://scanpy.readthedocs.io/en/stable/generated/scanpy.pl.dotplot.html#scanpy.pl.dotplot CC @fidelram

Area - Documentation 📒

Hi scanpy team, I am not sure if I just missed it, but there does not seem to be a way to specify a different filename for ``.mtx`` files. For...