Description Usage Arguments Details Value Author(s) Examples
Function to build HTML pages to show marker genes
1 | getHtmlpage(markers.list,chip, directory=getwd())
|
markers.list |
List of marker genes, returned by the function |
chip |
Chip name. |
directory |
Path to the directory where to save the html pages. |
This function is based on the function htmlpage from the R-package 'annotate'.
This function is used only for the side effect of creating HTML tables.
Khadija El Amrani <khadija.el-amrani@charite.de>
1 2 3 4 | data("ds2.mat")
res.list <- getMarkerGenes(ds2.mat, samples2compare="all", annotate=TRUE, chip="hgu133a",
score.cutoff=1)
getHtmlpage(res.list, chip="hgu133a",directory=getwd())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.