writeHTSAHtmlTab {HTSanalyzeR} | R Documentation |
This is an internal function.
writeHTSAHtmlTab(enrichmentAnalysis,tab=c("GSCA","NWA"),htmlfile,rootdir=".",index=TRUE)
enrichmentAnalysis |
|
tab |
a character vector specifying which tab to generate, "GSCA", "NWA" or both |
htmlfile |
a single character value specifying the name of the html file where the head message will be stored |
rootdir |
a single character value specifying the relative path from current html file to the root directory |
index |
a single logical value specifying whether to add an index tab or not |
This is an internal function.
Xin Wang