| 2D Plots of Microarray Data Options |
| See Also |
CALC SMean = SSPLINE(Y;X;12)
CALC SMean = SSPLINE(Y;X;12)
CALC SRes = (Y - SMean)**2
CALC SRes = SQRT(SSPLINE(SRes;X;12))
CALC Lower,Upper = SMean + (-2,2)*SRes
| None | Don not add a reference line to the plots. |
| Zero | Add the zero reference line Y = 0 to the plots. |
| 1-1 | Add the 1-1 reference line Y = X to the plots. |
| All slides superimposed on a single plot | A single plot will be produced containing points from all slides, with the different slides points displayed in differing colours (which recycle after 50 slides). |
| Single plot per slide | Each slide will be plotted on its own page |
| Plots within grid layout on single page (Trellis) | The plots of each slide will be separate panels on a single page (although new pages will be produced when the number of panels exceeds the Rows and Columns settings. |
| OK | Store the settings and close the dialog. |
| Cancel | Close the dialog without making any changes. |
| Defaults | Set the options to the default settings. |