plot_rudimentary_logo | R Documentation |
If you're looking a good way to make logos check out the package ggseqlogo
plot_rudimentary_logo(
long_df,
axis_txt_size = 10,
alphabet_palette = c(t = "forestgreen", c = "dodgerblue", g = "orange", a =
"firebrick3")
)
long_df |
A data.frame obtained with |
axis_txt_size |
Text size of axis labels. Default 10. |
cell_txt_size |
Text size of the heatmap cells that corresponds to the letter weight in that position. Default 3. |
A ggplot plot
df2bits(data, ID_col = 'Species', alphabet = c('a', 'c', 'g', 't'), small_n_correction = FALSE, long_format = T) |>
plot_rudimentary_logo()
df2bits(data, ID_col = 'Species', alphabet = c('a', 'c', 'g', 't'), small_n_correction = TRUE, long_format = T ) |>
plot_pwm_as_bars()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.