draw_distributions | R Documentation |
Draw distributions of expression data
draw_distributions(data, boxplot = TRUE)
data |
expression dataframe, with samples as columns and genes as rows |
boxplot |
if TRUE, plot each sample as a boxplot, else, it is shown as distributions |
data("abiotic_stresses")
DIANE::draw_distributions(abiotic_stresses$normalized_counts, boxplot = FALSE)
DIANE::draw_distributions(abiotic_stresses$raw_counts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.