Calculate range of gene expression profiles
Range
= exprprofrange(Data
)
[Range, LogRange
] = exprprofrange(Data
)
... = exprprofrange(Data
,
'ShowHist', ShowHistValue
)
Data | DataMatrix object or numeric matrix of expression values, where each row corresponds to a gene. |
ShowHistValue | Controls the display of a histogram with range data. Default is:
|
calculates
the range of each expression profile in Range
= exprprofrange(Data
)Data
,
a DataMatrix object or
numeric matrix of expression values, where each row corresponds to
a gene.
[
returns
the log range, that is, Range, LogRange
] = exprprofrange(Data
)log(max(prof))- log(min(prof))
,
of each expression profile. If you do not specify output arguments, exprprofrange
displays
a histogram bar plot of the range.
... = exprprofrange(
controls
the display of a histogram with range data. Choices for Data
,
'ShowHist', ShowHistValue
)ShowHistValue
are true
or false
.