boxplot_one_mir | R Documentation |
Boxplot of individual miRNA count compared by the first condition
boxplot_one_mir(
dds,
mir,
title = NA,
condition_list = "conditions",
y_label = "normalised counts - log scale"
)
dds |
DESeq dataset |
mir |
name of a single mir to plot (eg : "omy-miR-375-3p") |
title |
title to add to the plot, default is the mir name |
condition_list |
a string vector describing the different conditions |
y_label |
string to add as a label on the y axis |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.