getHtmlpage {MGFM} | R Documentation |
Function to build HTML pages to show marker genes
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>
data("ds2.mat") res.list <- getMarkerGenes(ds2.mat, samples2compare="all", annotate=TRUE, chip="hgu133a", score.cutoff=1) getHtmlpage(res.list, chip="hgu133a",directory=getwd())