Description Usage Arguments Value Examples
View source: R/camera_wrapper.R
A wrapper over CAMERA test.
1 2 | runCamera(fcountOutput, design, bmGeneNames,
moduleFile = "msigdb.v5.0.symbols.gmt", outfileName)
|
fcountOutput |
A tab-seperated file containing gene names followed by fcountOutput |
design |
A tab-seperated file containing design information (colnames, condition). colnames should correspond to columns in count file and condition could be control/test or any set of factors. |
bmGeneNames |
Optionally provide alternative gene symbols downloaded from biomart as a tab-seperated file. The columns should be ("ensembl_gene_id","external_gene_id") |
moduleFile |
A file with modules to test. Download from http://software.broadinstitute.org/gsea/msigdb/index.jsp |
outfileName |
Output pdf file name. |
CAMERA result object.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.