- data
A list of result data generated by function `PrioSubtypeDrug()`.
- drug.label
A character string of drug labels to determine which drug to use for visualization.
- subtype.label
Character string indicates which sample of the cancer subtype was used to plot the heat map.
- show.rownames
Boolean specifying if row names are be shown.
- show.colnames
Boolean specifying if column names are be shown.
- color
Vector of colors used in heatmap.
- phen_colors
Vector of colors is used to annotate the sample subtype and control sample.It should be assigned two colors.
- border_color
Color of cell borders on heatmap, use NA if no border should be drawn.
- cellwidth
Individual cell width in points. If left as NA, then the values depend on the size of plotting window.
- cellheight
Individual cell height in points. If left as NA, then the values depend on the size of plotting window.
- fontsize
Base fontsize for the plot (default: 10).
- fontsize.row
Fontsize for rownames (default: 10).
- fontsize.col
Fontsize for colnames (default: 10).
- scale
Character indicating if the values should be centered and scaled in either the row direction or the column direction, or none. Corresponding values are "row", "column" and "none".