Last chance! 50% off unlimited learning
Sale ends in
Visualization of motif in meme file or mast file
meme_plot(
meme_file,
the_order = NULL,
motif_select = NULL,
shape = "RoundRect",
show_motif_id = FALSE,
r = 0.3,
legend_size = 15,
motif_color = NULL
)
p
The path of meme file or mast file.
The path of order file. A List of Gene ID , One ID Per Line.
The motif ID which you want to align with.
RoundRect or Rect.
Display the name of the motif.
The radius of rounded corners.
The size of legend.
The color set of motif.
Shiqi Zhao
meme_path <- system.file("extdata", "meme.xml", package = "BioVizSeq")
meme_plot(meme_path)
mast_path <- system.file("extdata", "mast.xml", package = "BioVizSeq")
meme_plot(mast_path)
meme_plot(meme_path, motif_select="1", show_motif_id = TRUE)
order_path <- system.file("extdata", "order.csv", package = "BioVizSeq")
meme_plot(meme_path, the_order=order_path, motif_select="1")
Run the code above in your browser using DataLab