mavolcanoplot
Create significance versus gene expression ratio (fold change) scatter plot of microarray data
Syntax
Description
mavolcanoplot(
creates a scatter plot of gene expression data, plotting significance versus fold change of
gene expression ratios of two data sets, DataX,DataY
,PValues
)DataX
and
DataY
. It plots significance as the -log10
(p-value) from the input, PValues
.
returns a structure containing information for genes that are considered to be both
statistically significant (above the p-value cutoff) and significantly differentially
expressed (outside of the fold change values). The fields within
SigStructure
= mavolcanoplot(DataX,DataY
,PValues
)SigStructure
are sorted by p-value.
___ = mavolcanoplot(___,
specifies options using one or more name-value arguments in addition to the input arguments
in previous syntaxes. For example, to add labels for data points stored in
Name=Value
)myDataLabels
, set Labels
to
myDataLabels
.
Examples
Input Arguments
Output Arguments
More About
Tips
After you display the volcano scatter plot, you can interactively:
Adjust the vertical fold change lines by click-dragging one line or entering a value in the Fold Change text box.
Adjust the horizontal p-value cutoff line by click-dragging or entering a value in the p-value Cutoff text box.
Display labels for data points by clicking a data point.
Select a gene from the Up Regulated or Down Regulated list to highlight the corresponding data point in the plot. Press and hold Ctrl or Shift to select multiple genes.
Zoom the plot by selecting Tools > Zoom In or Tools > Zoom Out.
View lists of significantly up-regulated and down-regulated genes and their associated p-values, and optionally, export the labels, p-values, and fold changes to a structure in the MATLAB® Workspace by clicking Export.
References
[1] Cui, X., Churchill, G.A. (2003). Statistical tests for differential expression in cDNA microarray experiments. Genome Biology 4, 210.
[2] Best, C.J.M., Gillespie, J.W., Yi, Y., Chandramouli, G.V.R., Perlmutter, M.A., Gathright, Y., Erickson, H.S., Georgevich, L., Tangrea, M.A., Duray, P.H., Gonzalez, S., Velasco, A., Linehan, W.M., Matusik, R.J., Price, D.K., Figg, W.D., Emmert-Buck, M.R., and Chuaqui, R.F. (2005). Molecular alterations in primary prostate cancer after androgen ablation therapy. Clinical Cancer Research 11, 6823–6834.
Version History
Introduced in R2006a