A named list denoting which plots to draw.
List elements can be:
- boolean, if the name matches one of built-in plots: "summary_plot","burden","oncoplot","cooccurence","heatmap"
- ggplot, ComplexHeatmap, or plotly object
- file path to image (must be absolute path)
The default value (if set to NULL) is 'list("summary_plot"=TRUE,"burden"=TRUE,"oncoplot"=TRUE,"cooccurence"=TRUE,"heatmap"=TRUE)'
The order of the list determines the order of the tabs, and list names are used as tab titles.