View source: R/plot_corecmotif.R
plot_corecmotif | R Documentation |
Creates a motif logo plot of a CoRecMotif and/or its matching reference motif. There are several types of logos to choose from.
plot_corecmotif(
corecmotif,
corecmotif_logo_type = c("delta_zscore", "ICM", "PWM", "PPM", "none"),
reference_logo_type = c("ICM", "PWM", "PPM", "none"),
reverse_complement = FALSE,
correct_orientation = TRUE,
fade_corecmotif = FALSE,
fade_reference = FALSE,
check_corecmotif = TRUE
)
corecmotif |
CoRecMotif. The CoRecMotif to plot. |
corecmotif_logo_type |
|
reference_logo_type |
|
reverse_complement |
|
correct_orientation |
|
fade_corecmotif |
|
fade_reference |
|
check_corecmotif |
|
A ggplot
object.
print("FILL THIS IN")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.