plotLogo | R Documentation |
This function allows you to plot (Meth)Motif logo.
plotLogo(MM_object, logo_type = "entropy", meth_level = "all")
MM_object |
Required. MethMotif class object |
logo_type |
Logo type for the (Meth)Motif logo to be saved, either "entropy" (default) or "frequency". |
meth_level |
Methylation level to be plot for the (Meth)Motif logo, and it should be one of the values, "all" (default), "methylated", and "unmethylated". |
(Meth)Motif logo pdf file. If the TFregulomeR peak source is from MethMotif, MethMotif logo will be saved; if the source is GTRD, only motif logo will be saved.
K562_CEBPB <- searchMotif(id = "MM1_HSA_K562_CEBPB") plotLogo(MM_object = K562_CEBPB)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.