View source: R/miqar-plots_QC.R
plot_pca_qc | R Documentation |
PCA plot for QC
plot_pca_qc(
data,
variable,
log_transform,
dim_x,
dim_y,
grouping,
point_size = 2,
fill_alpha = 0.1
)
data |
MidarExperiment object |
variable |
which variable to use for plot |
log_transform |
log transform data for plot |
dim_x |
PCA dimension on x axis |
dim_y |
PCA dimension on y axis |
grouping |
field used for ellipses |
point_size |
size of points |
fill_alpha |
transparency of points |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.