This function takes a SummarizedExperiment object and creates a binary heatmap of missing values in the assay.
Usage
prot.plot_missval(se, plot = TRUE, export = TRUE, fontsize = 12)
Arguments
- se
A SummarizedExperiment object
- plot
Logical. Whether to return the plot.
- export
Logical. Whether to export the heatmap in pdf and png format.
- fontsize
Numeric. Font size for the column names in the heatmap.
Value
A binary heatmap of missing values in the SummarizedExperiment.