myvoom | R Documentation |
This function modifies the original voom
function
to obtain the fitted function f of the lowess fit.
myvoom(
counts,
design = NULL,
lib.size = NULL,
normalize.method = "none",
span = 0.5,
plot = FALSE,
save.plot = FALSE,
...
)
counts |
a numeric |
design |
design matrix with rows corresponding to samples and columns to coefficients to be estimated.
Defaults to |
lib.size |
numeric vector containing total library sizes for each sample.
Defaults to the normalized (effective) library sizes in |
normalize.method |
the microarray-style normalization method to be applied to the logCPM values (if any).
Choices are as for the |
span |
width of the smoothing window used for the lowess mean-variance trend. Expressed as a proportion between 0 and 1. |
plot |
logical, should a plot of the mean-variance trend be displayed? |
save.plot |
logical, should the coordinates and line of the plot be saved in the output? |
the same output as voom
plus the fitted function f
of the lowess fit of the link[limma]{voom}
method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.