plot_profile_strands | R Documentation |
Plots DNase or ATAC profiles by strands of motif matches
plot_profile_strands(
cuts,
sites,
mlen = ncol(cuts)/2 - 200,
title = "",
strand = c("both", "+", "-")
)
cuts |
Matrix of DNase or ATAC cuts |
sites |
Data frame of candidate sites |
mlen |
Motif length |
title |
Title of the plot |
## Not run:
plot_profile_strands(cuts, sites, title='Footprint profiles around binding sites')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.