Function to generate a data exploration plot from assay data frame
plot_data_exploration(assay_df, text_size = 12)
Arguments
assay_df |
dataframe, main assay dataframe |
text_size |
integer, base text size to be used for the plot (default = 12) |
Value
plot, data exploration plot ggplot2 object