Description Usage Arguments Examples
doLmAnalysis Function to make the Linear model analysis. The unique parameter is lmPar list.
1 | doLmAnalysis(lmPar)
|
lmPar |
list object that contains the parameters needed to carry out the analysis. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | ## Not run:
lmParsList <- list()
Estudi <- list(dades = NULL,
expresFileName = "exprs.filtered.Rda",
targets = targets,
designMat = design,
contMat = cont.matrix,
whichContrasts = 1:ncol(cont.matrix),
anotPack = NULL,
outputDir = outputDir,
ExpressionsAndTop = TRUE,
showLmParams = FALSE,
use.dupCorr = FALSE,
block = NULL,
nDups = 1,
comparisonName = comparison,
ENTREZIDs = "entrezTable",
SYMBOLIDs = "symbolsTable",
fileOfLinks = linksFile,
fitFileName = fitFileName,
csvType=csvType,
rows2HTML = NULL,
anotFilename = anotFileName
)
lmParsList <- add2parsList(lmParsList, Estudi)
for(ix in 1:length(lmParsList))
{
fit.Main <- BasicP::doLmAnalysis(lmParsList[ix])
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.