Description Usage Arguments Value Examples
create gct file and cls file for GSEA according the expression matrix and group information
1 | createGSEAinput(exprSet, groupList, prefix = "GSEA", destDir = ".")
|
exprSet |
a expression matrix, which columns are sample,rows are HUGO gene symbols, or probeset ID . |
groupList |
a vector,as long as the col number for the expression matrix,which describe the group for the samples in exprSet |
prefix |
The prefix for gct file and cls files. |
destdir |
where to store the files just download. |
A list of writed 2 files which are the input for GSEA (gct and cls format) * 'gctFile' - The saved path of GCT format file * 'clsFile' - The saved path of CLS format file
1 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.