View source: R/qc_plotting_functions.R
plot_pca_experiment | R Documentation |
Plot first 2 dimensions of PCA
plot_pca_experiment(
Experiment,
assayName = "intensities",
format = "pdf",
log = FALSE,
onlyDEProteins = FALSE,
title = "PCA plot"
)
Experiment |
SummarizedExperiment object |
assayName |
name of assay to use |
format |
'pdf' or 'html'. Prepare image to be rendered for pdf or html Rmd output |
log |
logical. Whether data should be logged before plotting |
onlyDEProteins |
logical. TRUE if only DE proteins should be considered. |
"pdf" or "html". If html an interactive plot is returned using plotly.
#' A protein is defined DE is the adjusted PValue is less than 0.05. When multiple comparisons are available, the adjusted PValues of the F-test is used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.