Description Usage Arguments Value
View source: R/plot_scaled_footprint.R
Plot scaled ATAC-seq footprint signal.
1 2 | plot_scaled_footprint(tn_dist, window = 200, scale_to_lib = FALSE,
libsize = 1, xlab = "", ylab = "", ...)
|
tn_dist |
A vector of distances of tn5 insertions relative to motif centre. See atac_motif_dist function. |
window |
The plotting window in bases. |
scale_to_lib |
Should plot be scaled to library size?. Logical. |
libsize |
The ATAC-seq library size for normalising signal to tn5 intergration events per million. |
xlab |
Character. X axis label. |
ylab |
Character. Y axis label. |
... |
Optional arguments passed to plot function. |
An ATAC-seq footprint plot in the current graphics device. No values are returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.