Description Usage Arguments Author(s) See Also
View source: R/export.gsea.gct.topTable.R
This is a companion function to export.gsea.rnk.topTable
which makes a gct
file which can then be used for annotating GSEA output with heatmaps.
1 2 | export.gsea.gct.topTable(tt, rma, chip, file, missing = "", verbose = TRUE,
...)
|
tt |
a GSEA top-table at the probe-level |
rma |
a data.frame of expression data with rownames being the probesetID |
chip |
the chip file that will be used in the gseaPreRanked
analysis. Either the path to the file name, or the imported version as a
data.frame. see |
file |
the fully specified path for the gct file |
missing |
how would you like |
verbose |
logical: print messages? |
... |
further arguments passed to |
Mark Cowley, 2009-08-13
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.