Learn R Programming

HTSanalyzeR (version 2.24.0)

writeHTSAHtmlTable: Write a table to report htmls

Description

This is an internal function.

Usage

writeHTSAHtmlTable(dat.tab, href.tab=NULL, signif.tab=NULL, row.attr.tab=NULL, tab.class,tab.name, htmlfile)

Arguments

dat.tab
a matrix storing the data of the table
href.tab
a 3D array storing the hyperlinks of the data table
signif.tab
a matrix specifying whether or not the data table will be highlighted
row.attr.tab
a matrix storing the html attributes of the table
tab.class
a single character value specifying the class of the table
tab.name
a single character value specifying the name of the table
htmlfile
a single character value specifying the name of the html file where the head message will be stored

Details

This is an internal function.