Description Usage Arguments Examples
This function allows you to take a log-transformed expression matrix, and specify one (in which case it will be compared to the median) or two samples, outputing an MA plot, where A = mean expression count or intensity and M = log fold difference
1 | MAplot(expression, sample1, sample2 = NULL)
|
expression |
A log-transformed expression matrix, with columns corresponding to samples and rows to genes or other features. |
sample1 |
Character string specifiying the name of a column in your expression matrix, corresponding to a sample |
sample2 |
Character string specifiying the name of a column in your expression matrix, corresponding to a sample. Defaults to the median if not specified. |
1 2 3 4 | data(expr.raw, expr.batchcorrected, expr.normalised)
MAplot(expr.raw, "S8")
MAplot(expr.raw, "S8", "S15")
MAplot(expr.normalised, "S8", "S15")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.