pca_plot | R Documentation |
PCA plot of the samples
pca_plot(
deseq_transformation,
condition_list = "conditions",
title = "Project",
add_theme = T,
draw_arrows = T,
n_arrows = 10,
draw_ellipses = T,
draw_sample_label = F
)
deseq_transformation |
DESeq transformation (e.g. normTransform(dds)) |
condition_list |
a string vector describing the different conditions |
title |
title to add to the plot, default : "Project" |
add_theme |
if TRUE then a theme is added to the figure, labels, title, colors... |
draw_arrows |
if TRUE then miR contribution arrows are added to the figure |
n_arrows |
number of arrow to add to the figure, up to 10 |
draw_ellipses |
if TRUE then ellipses around conditions are added to the figure |
draw_sample_label |
if TRUE then sample names are added to the figure |
ggplot point
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.