| Bioinformatics Toolbox | ![]() |
Calculate variance of gene expression profiles
exprprofvar(Data, 'PropertyName', PropertyValue...) exprprofvar(..., 'ShowHist', ShowHistValue)
Data | Matrix where each row corresponds to a gene. |
ShowHist | Property to control the display of a histogram with variance data. Enter true. |
exprprofvar(Data, 'PropertyName', PropertyValue...) calculates the variance of each expression profile in a dataset (Data). If you do not specify output arguments, this function displays a histogram bar plot of the range.
exprprofvar(..., 'ShowHist', ShowHistValue), when ShowHist is true, displays a histogram of the range data .
Calculate the variance of expression profiles for yeast data as gene expression changes during the metabolic shift from fermentation to respiration.
load yeastdata datavar = exprprofvar(yeastvalues,'ShowHist',true);
Bioinformatics Toolbox functions exprprofrange, generangefilter, genevarfilter
| exprprofrange | fastaread | ![]() |
© 1994-2005 The MathWorks, Inc.