Description Usage Arguments Details Value Author(s) References Examples
Functions for computing zScores for FEM and REM and computing FDR. This are modification of functions found in GeneMeta package.
1 2 3 4 |
esets |
A |
classes |
A |
useREM |
A |
theScores |
A |
thePermScores |
A |
type |
|
nperm |
number of permutations to calculate the FDR |
CombineExp |
A |
The function zScores
implements the approach of Choi et al. for MetaArray. The function zScorePermuted
applies zScore to a single permutation of the class labels. The function zScoreFDR
computes a FDR for each gene, both for each single experiment and for the combined experiment. The FDR is calculated as described in Choi et al. Up to now ties in the zscores are not taken into account in the calculation. The function might produce incorrect results in that case. The function also computes zScores, both for the combines experiment and for each single experiment.
A matrix
with one row for each probe(set) and the following columns:
zSco_Ex_ |
For each single experiment the standardized mean difference, Effect_Ex_, divided by the estimated standard deviation, the square root of the EffectVar_Ex_ column. |
MUvals |
The combined standardized mean difference (using a FEM or REM) |
MUsds |
The standard deviation of the MUvals. |
zSco |
The z statistic - the MUvals divided by their standard deviations, MUsds. |
Qvals |
Cochran's Q statistic for each gene. |
df |
The degree of freedom for the Chi-square distribution. This is equal to the number of combined experiments minus one. |
Qpvalues |
The probability that a Chi-square random variable, with df degrees of freedom) has a higher value than the value from the Q statistic. |
Chisq |
The probability that a Chi-square random variate (with 1 degree of freedom) has a higher value than the value of zSco^2. |
Effect_Ex_ |
The standardized mean difference for each single experiment. |
EffectVar_Ex_ |
The variance of the standardized mean difference for each single experiment. |
Note that the three column names that end in an underscore are replicated, once for each experiment that is being analyzed.
M. Ruschhaupt (original function), I. Ihnatova (modification)
Choi et al, Combining multiple microarray studies and modeling interstudy variation. Bioinformatics, 2003, i84-i90.
1 2 3 4 |
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, cbind, colMeans, colSums, colnames, 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.