Description
Describe the bug
I am running the muon tutorials for Single-cell RNA-seq and ATAC-seq integration on 10k PBMCs.
After running atac.tl.nucleosome_signal on the tutorial dataset, when plotting the histogram, I only get a square histogram, with a nucleosome_signal of 1.0 for every fragment. I tried the command without the barcode option (ac.tl.nucleosome_signal(atac, n=1e6)) and with it (ac.tl.nucleosome_signal(atac, n=1e6, barcodes="orig_barcode")) but nothing changed.
To Reproduce
I basically reproduced every step of the muon tutorial on this link : https://muon-tutorials.readthedocs.io/en/latest/single-cell-rna-atac/pbmc10k/1-Gene-Expression-Processing.html, until the ATAC-seq specific QC. Plot the histogramme with the command: mu.pl.histogram(atac, "nucleosome_signal", kde=False).
Expected behaviour
The expected histogram shown in the tutorial has a range of values between 0 and 2.5 approximately.
System
- Python 3.8