Plots DNase or ATAC profiles

plot_profile(cuts, mlen = ncol(cuts)/2 - 200, title = "")

Arguments

cuts

Matrix of DNase or ATAC cuts

mlen

Motif length

title

Title of the plot

Examples

if (FALSE) {
plot_profile(cuts, title='Footprint profiles around binding sites')
}