rna.plot_imputation | R Documentation |
This function takes a matrix or array of imputation results and plots the distribution of intensities. It is recommended to log-transform the data before using this function.
rna.plot_imputation(
assay,
...,
colData,
plot = TRUE,
basesize = 12,
export = TRUE
)
assay |
A matrix or array of imputation results. If working with a DESeqDataSet or SummarizedExperiment object, the array can be retrieved via |
... |
Additional matrices or arrays. Can be input as named argument, for example: |
colData |
A data frame of sample metadata. If working with a DESeqDataSet or SummarizedExperiment object, the metadata can be retrieved via |
plot |
A logical indicating whether to plot the results. |
basesize |
Base font size for plotting. |
export |
A logical indicating whether to export the plot as PDF and PNG file into the /Plots folder. |
(Invisibly) A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.