Description Usage Arguments Value Author(s)
View source: R/html_elements.R
This function formats a data.frame with the results of the gene identifier conversion to html code, including an interactive dataTable. The html page is saved to disk and the path to the output file is returned as a character string.
1 2 | conversion_html(df, result.dir, file.name, tmp_filename, url.base = NULL,
message = NULL)
|
df |
data.frame with old / new gene identifiers |
result.dir |
character, path to result directory |
file.name |
character, output filename |
tmp_filename |
character, name of the session-specific subdirectory |
url.base |
character, path to htdocs directory (optional) |
message |
character, optional message to display above the result table |
character, name of the output html file
Thomas Sandmann
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.