sva.id | R Documentation |
Surrogate Variable Analysis function used internatlly by eig_norm1 and eig_norm2 Here we incorporate the model matrix from EigenMS normalization to find the significant trends in the matrix of residuals.
sva.id(dat, n.u.treatment, lm.fm, B = 500, sv.sig = 0.05)
dat |
number of peptides/genes x number of samples matrix of expression data with no missing values |
n.u.treatment |
number of treatment groups |
lm.fm |
formular for treatment to be use on the right side of the call to stats::lm() as generated by makeLMFormula() |
B |
The number of null iterations to perform |
sv.sig |
The significance cutoff for the surrogate variables |
A data structure with the following values:
Number of significant surrogate variables
Significance for the returned surrogate variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.