Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/omics/atac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Fragment size distribution typically reflects nucleosome binding pattern showing
Fragment size distribution can be estimated from a subset of data and plotted with :func:`muon.atac.pl.fragment_histogram`, and the *nucleosome signal* can visualised with a general function :func:`mu.pl.histogram`:
::
# Plot fragment size distribution
ac.pl.fragment_histogram(atac, regions="chr1:1-2000000")
ac.pl.fragment_histogram(atac, region="chr1:1-2000000")

# Plot nucleosome signal distribution across cells
ac.tl.nucleosome_signal(atac, n=1e6)
Expand Down