doLmAnalysis: doLmAnalysis Function to make the Linear model analysis. The...

Description Usage Arguments Examples

View source: R/doLmAnalysis.R

Description

doLmAnalysis Function to make the Linear model analysis. The unique parameter is lmPar list.

Usage

1
doLmAnalysis(lmPar)

Arguments

lmPar

list object that contains the parameters needed to carry out the analysis.

Examples

 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)

uebvhir/BasicP4microArrays documentation built on Nov. 5, 2019, 11:03 a.m.