Description Usage Arguments Details Value Author(s) References Examples
Combines GSE results obtained from a sepatate set of gene-to-phenotypes scores
1 | combineGSE(gseOut, method)
|
gseOut |
a list of lists containing the enrichment results
to be combined. This is usually the the output of
|
method |
character, this argument specifies the method
used to combine the enrichment results obtained from
distinct genes-to-phenotype scores (usually one per
genomic platform).
Available options are the computation of the geometric
or arithmetic means, the use of the median, the selection of
the minimun or the maximum enrichment score, and
the random selection of a score (respectively
|
This function summarize enrichment results obtained from distinct gene-to-phenotypes scores (usually one per genomic platform) by one of several alternative methods.
The output is a list of lists containing integrated enrichment results for all FGS collections
Luigi Marchionni marchion@jhu.edu
Svitlana Tyekucheva, Luigi Marchionni, Rachel Karchin, and Giovanni Parmigiani. "Integrating diverse genomic data using gene sets." Manuscript submitted.
1 2 3 4 5 6 7 8 | ###load gse analysis results for separate gene-to-phenotype score
data(gseResultsSep)
###combine enrichment score results using geometric mean
gseABS.sep.geoMean <- combineGSE(gseResultsSep, method="geometricMean")
###combine enrichment score results using maximum value
gseABS.sep.max <- combineGSE(gseResultsSep, method="max")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.