Products & Services Solutions Academia Support User Community Company

Learn more about Bioinformatics Toolbox   

addTitle (clustergram) - Add title to clustergram

Syntax

addTitle(CGObject, Title)
addTitle(CGObject, Title, 'Property1Name', Property1Value, 'Property2Name', Property2Value, ...)
H = addTitle(CGObject)

Arguments

CGObject

Clustergram object created with the function clustergram.

Title

String used as the title in the Clustergram window.

Return Values

HHandle to a MATLAB text object used as the title for the clustergram.

Description

addTitle(CGObject, Title) adds a title above the clustergram displayed in the Clustergram window.

addTitle(CGObject, Title, 'Property1Name', Property1Value, 'Property2Name', Property2Value, ...) specifies text object properties for the title. For more information on the property name/property value pairs you can use to modify the text, see Text Properties.

H = addTitle(CGObject) returns the handle to the text object used as the title for the clustergram.

Examples

Supply a title for the clustergram object created in the first two steps of the Examples section of the clustergram function reference page. Use 14-point, italic text for the title.

addTitle(cgo, 'Expression Levels During Diauxic Shift', ...
           'FontSize', 14, 'FontAngle', 'Italic')

Return a handle to the title text object, then use the set function to change the font size to 16 points.

h = addTitle(cgo)
set(h, 'FontSize', 16)

See Also

Bioinformatics Toolbox function: clustergram (object constructor)

Bioinformatics Toolbox object: clustergram object

Bioinformatics Toolbox methods of a clustergram object: addXLabel, addYLabel, get, plot, set, view

  


Free Computational Biology Interactive Kit

See how to analyze, visualize, and model biological data and systems using MathWorks products.

Get free kit

Trials Available

Try the latest computational biology products.

Get trial software
 © 1984-2010- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS