Description Usage Arguments Value
View source: R/RNASeqUtilities.R
Create markdown string showing gsea results.
1 2 | outputGSEA(gsea, doSlides = TRUE, onlySigs = TRUE, FDRCut = 0.2,
header = "##")
|
gsea |
List of gsea results from runGSEA. Name of gsea element will be used as title |
doSlides |
Boolean: If TRUE then output markdown slides else produce standard markdown. |
onlySigs |
Boolean: if TRUE output only genesets that pass the 'FDRCut' threshold (output message if no significant gene sets) else output all genesets. Default is FALSE. |
FDRCut |
FDR threshold to use to determine significance. Default is 0.2. |
header |
Character string defining markdown header to ouput for each set of results. This is only used if doSlides=FALSE. |
Vector of markdown strings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.