View source: R/qc_plotting_functions.R
plot_rle_boxplot | R Documentation |
RLE values are computed using the data from the CompleteIntensityExperiment which contains the intensity values used for the DE analysis (log-transformed, normalised when required).
plot_rle_boxplot(
IntensityExperiment,
CompleteIntensityExperiment,
includeImputed = FALSE,
plotRawRLE = FALSE,
title = "RLE plot",
format = "html"
)
IntensityExperiment |
SummarizedExperiment object of the raw data, i.e. including missing values |
CompleteIntensityExperiment |
SummarizedExperiment object of the data used for the DE analysis (log-transformed, normalised when required). |
includeImputed |
logical. Whether imputed values should be considered when computing the RLE values. |
plotRawRLE |
logical. If TRUE RLE using the raw log2 initial data is used. Otherwise, normalised data are used. |
title |
str. Plot title |
format |
str. 'pdf' or 'html' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.