Description Usage Arguments Details Value References See Also Examples
View source: R/plot.multiscan.R
This function provides plots for fitted model and standardised
residual for multiscan
fitted objects.
1 2 |
x |
a |
residual |
Logical. Should residuals be plotted instead of the
fitted model?. Defaults to |
... |
Further arguments passed to the |
Fitted model on the input data, after rescaling by the corresponding scanning effects, is plotted against the estimated gene expressions. Standardised residuals for each scan of data are plotted against the rank of estimated gene expressions.
Returns either one plot of the fitted model (residual=FALSE
) on the input data or
m
plots of the residuals (residual=TRUE
) corresponding to each scan of data.
Khondoker, M. R., Glasbey, C. A. and Worton, B. J. (2006). Statistical estimation of gene expression using multiple laser scans of microarrays. Bioinformatics 22, 215–219.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.