Skip to content

Commit f46ce8c

Browse files
authored
docs: ac.pl.fragment_histogram arg typo (#172)
parameter name is 'region' not 'regions'
1 parent f03eb69 commit f46ce8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/omics/atac.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Fragment size distribution typically reflects nucleosome binding pattern showing
2828
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`:
2929
::
3030
# Plot fragment size distribution
31-
ac.pl.fragment_histogram(atac, regions="chr1:1-2000000")
31+
ac.pl.fragment_histogram(atac, region="chr1:1-2000000")
3232

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

0 commit comments

Comments
 (0)