writeRnkFiles | R Documentation |
Writes the gene projection values of each component in a '.rnk' file for GSEA.
writeRnkFiles(icaSet, abs = TRUE, path)
icaSet |
An object of class |
abs |
If TRUE (default) the absolute projection values are used. |
path |
The path that will contain the rnk files. |
The .rnk format requires two columns, the first
containing the gene IDs, the second containing the
projection values. The genes are ordered by projection
values. The files are named "index-of-component_abs.rnk"
if abs=TRUE
, or "index-of-component.rnk" if
abs=FALSE
.
NULL
Anne
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.