getHtmlpage: Function to build HTML pages to show marker genes

Description Usage Arguments Details Value Author(s) Examples

View source: R/getHtmlpage.R

Description

Function to build HTML pages to show marker genes

Usage

1
    getHtmlpage(markers.list,chip, directory=getwd())

Arguments

markers.list

List of marker genes, returned by the function getMarkerGenes.

chip

Chip name.

directory

Path to the directory where to save the html pages.

Details

This function is based on the function htmlpage from the R-package 'annotate'.

Value

This function is used only for the side effect of creating HTML tables.

Author(s)

Khadija El Amrani <khadija.el-amrani@charite.de>

Examples

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())

MGFM documentation built on Nov. 8, 2020, 6:44 p.m.