boxplot_mir | R Documentation |
Boxplot of individual miRNA count compared by the first condition
boxplot_mir(
dds,
mir_of_interest,
condition_list = "conditions",
title = "Project",
y_label = "normalised counts - log scale"
)
dds |
DESeq dataset |
mir_of_interest |
List of mir to plot, ideally 25 or less |
condition_list |
a string vector describing the different conditions |
title |
title to add to the plot, default : "Project" |
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.