MAANOVA procedure
Does analysis of variance for a single-channel microarray design (R.W. Payne & D.B. Baird).
Options
Parameters
Description
Procedure MAANOVA provides analysis of variance for microarray experiments with single-channel data. The experiment is assumed to consist of several slides, each of which represents a unit of the design. The BLOCKSTRUCTURE and TREATMENTSTRUCTURE options can specify block and treatment formulae (as in ordinary ANOVA) to define the models for the analysis of variance. If the TREATMENTSTRUCTURE option is not set, MAANOVA will use the model already defined by the TREATMENTSTRUCTURE directive, or will fail if that too has not been set. Similarly, if the BLOCKSTRUCTURE option is not set, MAANOVA will use the model (if any) previously defined by the BLOCKSTRUCTURE directive; these can both be omitted if there is only one error term (i.e. if the design is unstratified). The lengths of the block and treatment factors should be the same as the number of slides (and MAANOVA will give a failure diagnostic if this is not so). The FACTORIAL option sets a limit on the number of factors in a treatment term, as in the ANOVA directive. Similarly
the CONTRASTSLIMIT and DEVIATIONSLIMIT options operate as the CONTRASTS and DEVIATIONS options of ANOVA.
Each slide contains data on a (large) number of probes or genes. MAANOVA does a between-slide analysis of the data on each probe. So, it uses the mean value for any probe observations that are replicated within a slide, and prints a warning if the replication of any probe differs from slide to slide. The data from the slides are specified by the Y, PROBES and SLIDES parameters, and can be in either a stacked or an unstacked representation. With stacked data, the observations from all the slides are supplied by the Y parameter in a single variate. The SLIDES factor indicates the slide on which each observation was made, and the PROBES factor specifies the probe. With unstacked data, the Y parameter supplies a pointer with a variate for each slide. The PROBES factor specifies the probes (which must be in the same order on every slide), and the SLIDES factor can be omitted. The CHECK parameter can supply a text or variate to be compared with the labels or levels of the SLIDES factor to verify that the slides have been specified in the correct order.
The REPLICATION option to save pointer containing the replication tables for the SAVETERMS. Parameters MEANS and EFFECTS save tables of means and effects from the analysis of each probe. The information is stored in a pointer with a matrice for each of the SAVETERMS. The matrices have a row for each probe, and the columns are labelled to show how they correspond to the cells of the table. (Note that their ordering is the same as the order in which the contents of the REPLICATION table is stored.) Similarly SEEFFECTS saves the standard errors for the effects, and VCMEANS saves the variances and covariances of the means. VAREFFECTS saves a pointer of variates storing the unit variances of the effects, obtained by the VARIANCE parameter of AKEEP. Parameters DF, SS, MS, RDF, RSS, RMS, VR and PRVR store information from the analysis of variance table, in pointers with a variate for each term and a unit for each probe. DF store the number of degrees of freedom for the relevant term (and probe), SS stores sums of squares, MS stores mean squares, VR stores variance ratios, and PRVR the corresponding probabilities. Similarly the RDF parameter stores the number of degrees of freedom for the appropriate residual for the term, RSS stores the residual sums of squares, and RMS the residual mean square.
Printed output is controlled by the PRINT option, with settings:
The SPREADSHEET option allows you to save various output components in spreadsheets.
Options: PRINT, TREATMENTSTRUCTURE, BLOCKSTRUCTURE, FACTORIAL, SAVETERMS, REPLICATION, SPREADSHEET, CONTRASTSLIMIT, DEVIATIONSLIMIT.
Parameters: Y, PROBES, SLIDES, CHECK, IDS, MEANS, VCMEANS, EFFECTS, VAREFFECTS, SEEFFECTS, DF, SS, MS, RDF, RSS, RMS, VR, PRVR, CONTRASTS, SECONTRASTS, TCONTRASTS, PRCONTRASTS.
Method
The analyses are performed by the ANOVA directive.
Action with
RESTRICT
If any of the y-variates is restricted, the analysis will involve only the units not excluded by the restriction.