muon icon indicating copy to clipboard operation
muon copied to clipboard

muon is a multimodal omics Python framework

Results 54 muon issues
Sort by recently updated
recently updated
newest added

Hi, When I saved multimodal data on disk following https://muon-tutorials.readthedocs.io/en/latest/single-cell-rna-atac/pbmc10k/1-Gene-Expression-Processing.html, an error occurred: TypeError: No method has been defined for writing elements to Above error raised while writing key 'atac'...

bug

**Describe the bug** Drawing umap graphs with the same variables in multiple mods will result in errors, even if axis=-1 is set. **To Reproduce** ```python import muon as mu import...

bug

- [ ] Refactor `use_obs` - [ ] Make it available for other methods - [ ] Make it more performant - [ ] GPU interface - [ ] Choose...

enhancement

Hi! I've encountered an issue when running `mu.pl.scatter` (#132) , as `sc.pl.scatter()` fails when passing the color as a list, as e.g. described in scverse/scanpy#1986 To avoid this issue, my...

Dear muon-team, I have converted my scATAC-seq SeuratObject to a mudata object but the information on the fragments files does not seem to be transferred. mdata.uns is empty. My object...

enhancement

**Describe the bug** I ran dsb normalization with muon.prot.pp.dsb(), and I realized that the results for my data did not fully match with the results of the DSBNormalizeProtein() original implementation...

bug

Hi! I'm getting the following error when running mu.pl.scatter() with a provided color: ![muon_error](https://github.com/scverse/muon/assets/68101181/dedeaf40-a052-4ef8-bf0d-397f0ff094e1) When setting `color=None`, the plotting function does not fail: I also checked scanpy's `sc.pl.scatter()` and **it...

bug

**Describe the bug** I ran dsb normalization with muon.prot.pp.dsb() and also with the original implementation in R, with the function DSBNormalizeProtein(). The results are not the same. One possible issue...

bug

…anpy.neighbors._connectivity.umap` Scanpy 1.10.0+ removes `scanpy.neighbors._compute_connectivites_umap`, but the required functionality is still provided by `scanpy.neighbors._connectivity.umap`, so this PR swaps those out.

Hello, I have a dataset made of unpaired RNA/ATAC seq data. I performed PCA / nearest neighbors on each modality using a standard approach and I was going for the...

bug
question