MAREGRESSION procedure
Does regressions for single-channel microarray data (P. Brain, R.W. Payne & D.B. Baird).
Options
Parameters
Description
Procedure MAREGRESSION does regression analyses 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 model for the regressions is specified by the TERMS, WEIGHTS, OFFSET, CONSTANT, FACTORIAL and FULL options, which operate exactly as in ordinary regression (see the MODEL, TERMS and FIT directives). The lengths of the factors and variates in the model should be the same as the number of slides (and MAREGRESSION will give a failure diagnostic if this is not so).
Each slide contains data on a (large) number of probes or genes. MAREGRESSION 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 RESIDUALS and FITTEDVALUES parameters allow you to save the residuals and fitted values from the regressions. These are defined as matrices, with a row for each probe, and a column for each slide. The RMETHOD option indicates what sort of residual to form, as in the other GenStat regression commands. By default, standardized residuals are formed, but you can set RMETHOD=simple to form simple residuals instead.
The ESTIMATES, SE, TESTESTIMATES and PRESTIMATES parameters save the estimates, standard errors, t-statistics and t-probabilities for the parameters in the regression model. These are defined as matrices, with a row for each probe, and a column for each parameter.
The DF, SS, MS, RDF, RSS, RMS, TDF, TSS, TMS, VR and PRVR parameters store information from the analysis of variance table. (DF, SS, MS, VR and PRVR are from the "regression" line, RDF, RSS and RMS are from the "residual" line, and TDF, TSS and TMS are from the "total" line.) With the default setting no of the POOL option each of these is a pointer containing a variate for each term in the TERMS formula. The variates each have a unit for every probe. Alternatively, if you set POOL=yes, the parameters each have a single variate, with the values pooled over the terms.
Printed output is controlled by the PRINT option, with settings:
The SPREADSHEET option allows you to save the various output components in spreadsheets.
Options: PRINT, TERMS, WEIGHTS, OFFSET, CONSTANT, FACTORIAL, FULL, RMETHOD, SPREADSHEET.
Parameters: Y, PROBES, SLIDES, CHECK, IDS, RESIDUALS, FITTEDVALUES, ESTIMATES, SE, TESTIMATES, PRESTIMATES, DF, SS, MS, RDF, RSS, RMS, TDF, TSS, TMS, VR, PRVR.
Method
The analyses are performed by the FIT directive and by matrix calculations.
Action with
RESTRICT
If any of the y-variates is restricted, the analysis will involve only the units not excluded by the restriction.