Plots a graphical version of the motif enrichment report. Note that all values are plotted, if you want to plot only a subset of a report, first select this subset (see examples).
1 2 3 4 5 6 7 8 9 10 |
x |
a MotifEnrichmentReport object |
y |
unused |
fontsize |
font size to use in the plot |
id.fontsize |
font size to use for the motif IDs |
header.fontsize |
font size of the header |
widths |
the relative widths of columns |
... |
unused if(requireNamespace("PWMEnrich.Dmelanogaster.background")) ### # load the pre-compiled lognormal background data(PWMLogn.dm3.MotifDb.Dmel, package = "PWMEnrich.Dmelanogaster.background") # scan two sequences for motif enrichment sequences = list(DNAString("GAAGTATCAAGTGACCAGTAAGTCCCAGATGA"), DNAString("AGGTAGATAGAACAGTAGGCAATGAAGCCGATG")) res = motifEnrichment(sequences, PWMLogn.dm3.MotifDb.Dmel) # produce a report for all sequences taken together r = groupReport(res) # plot the top 10 most enriched motifs plot(r[1:10]) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.