exprprofvar
Calculate variance of gene expression profiles
Syntax
Variance
= exprprofvar(Data
)
exprprofvar(..., 'PropertyName
', PropertyValue
,...)
exprprofvar(..., 'ShowHist', ShowHistValue
)
Arguments
Data | DataMatrix object or numeric matrix of expression values, where each row corresponds to a gene. |
| Controls the display of a histogram with variance data. Default is:
|
Description
calculates
the variance of each expression profile in Variance
= exprprofvar(Data
)Data
,
a DataMatrix object or
numeric matrix of expression values, where each row corresponds to
a gene. If you do not specify output arguments, this function displays
a histogram bar plot of the range.
exprprofvar(..., '
defines
optional properties using property name/value pairs.PropertyName
', PropertyValue
,...)
exprprofvar(..., 'ShowHist',
controls
the display of a histogram with range data. Choices for ShowHistValue
)ShowHistValue
are true
or false
.
Examples
Version History
Introduced before R2006a