Main Content
addTitle
Add title to heatmap or clustergram
Description
addTitle(
adds a title to the heatmap or clustergram.hm_cg_object
,title
)
addTitle(
specifies the title text object properties using name-value pair arguments. For
example, hm_cg_object
,title
,Name,Value
)addTitle(hm_cg_object,'Gene Expression
Data','Color','red','FontSize',12)
displays the title in red 12-point font. You
can specify multiple name-value pairs. Enclose each property name in quotes.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2009b