Description Usage Arguments Details Value Author(s) References See Also
View source: R/export.gsea.chip.R
Export a GSEA chip file – this basically ensures that the correct column names are exported.
1 2 | export.gsea.chip(x, f, resort.rows = TRUE, collapse.rows = TRUE,
na.strings = "---")
|
x |
a matrix-like object. see details, and
|
f |
the output file name |
resort.rows |
re-order the rows using |
collapse.rows |
ensure that each probe is only outputted once |
na.strings |
what character value to replace all of the NA's with. eg “” or “NULL” or “—” |
Assumes that the user provided these columns in order: 1. Probe ID 2. Gene Symbol 3. Gene Description 4. optional Gene Symbol Aliases
none - creates the file.
Mark Cowley, 2008-09-01
http://www.broadinstitute.org/cancer/software/genepattern/tutorial/gp_fileformats.html#chip
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.