Description Usage Arguments Value Author(s) References See Also Examples
This is a wrapper function for meta-analytical method implemented in GeneMeta package
1 | ES.GeneMeta(data, varname, useREM = TRUE, CombineExp = 1:length(esets), nperm = 1000)
|
data |
MetaArray object |
varname |
Character String - name of one column in clinical data matrices to be used as class labels |
useREM |
Logical - indicating whethet Random Effect Model (REM) shuld be used, if |
CombineExp |
A numeric vector - which experiments should be combined, all experiments are set as default |
nperm |
Number of permutations to calculate FDR |
An object of class ES.GeneMeta.res
theScores |
Ouput from function |
ScoresFDR |
Output from function |
Ivana Ihnatova
Choi et al, Combining multiple microarray studies and modeling interstudy variation. Bioinformatics, 2003, i84-i90.
1 2 | data(ColonData)
es<- ES.GeneMeta(ColonData, "MSI", nperm = 10)
|
Loading required package: genefilter
Loading required package: metaMA
Attaching package: 'metaMA'
The following object is masked from 'package:genefilter':
rowVars
Loading required package: xtable
Loading required package: multtest
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:parallel':
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, basename, cbind, colMeans, colSums, colnames,
dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
intersect, is.unsorted, lapply, lengths, mapply, match, mget,
order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind,
rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply,
union, unique, unsplit, which, which.max, which.min
Loading required package: Biobase
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Loading required package: gtools
Loading required package: grid
Loading required package: GeneMeta
Attaching package: 'MAMA'
The following objects are masked from 'package:GeneMeta':
multExpFDR, zScoreFDR, zScorePermuted, zScores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.