plot_samples_correlation_matrix | R Documentation |
Correlation plot of samples using DE proteins
plot_samples_correlation_matrix(
Experiment,
assayName = "intensities",
onlyDEProteins = FALSE,
title = "All proteins"
)
Experiment |
SummarizedExperiment object of imputed data. |
assayName |
name of assay to use |
onlyDEProteins |
logical. TRUE if only DE proteins should be considered. |
#' 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. At least 5 DE proteins are required to produce the correlation plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.