Download mavolcanoplot
Transcript
maboxplot
maboxplot(..., 'Symbol', SymbolValue, ...) allows you to specify
the symbol used for outlier values. The default Symbol is '+'.
maboxplot(..., 'Orientation', OrientationValue, ...) allows
you to specify the orientation of the box plot. The choices are
'Vertical' and 'Horizontal'. The default is 'Vertical'.
maboxplot(..., 'WhiskerLength', WhiskerLengthValue, ...)
allows you to specify the whisker length for the box plot.
WhiskerLengthValue defines the maximum length of the whiskers as a
function of the interquartile range (IQR) (default = 1.5). The whisker
extends to the most extreme data value within WhiskerLength*IQR of
the box. If WhiskerLengthValue equals 0, then maboxplot displays all
data values outside the box, using the plotting symbol Symbol.
Examples
load yeastdata
maboxplot(yeastvalues,times);
xlabel('Sample Times');
% Using a structure
geoStruct = getgeodata('GSM1768');
maboxplot(geoStruct);
% For block-based data
madata = gprread('mouse_a1wt.gpr');
maboxplot(madata,'F635 Median');
figure
maboxplot(madata,'F635 Median - B635','TITLE',...
'Cy5 Channel FG - BG');
See Also
Bioinformatics Toolbox functions magetfield, maimage, mairplot,
maloglog, malowess, manorm, mavolcanoplot
Statistics Toolbox function boxplot
2-352
Related documents
Bioinformatics Toolbox
Bioinformatics Toolbox
ServoCenter 4.1 Manual Volume 3: Programming
4. Component type active workflow user`s manual
ArrayAssist Manual - Maine Medical Center Research Institute
HeroSVM Support Vector Machine User Guide
User's Guide - solutionmetrics.com.au
Bioinformatics Toolbox User's Guide
MATLAB CURVE FITTING TOOLBOX - RELEASE NOTES User`s guide