exportApps: Export Apps

Description Usage Arguments Details Author(s) Examples

Description

Export web applications for visualizing the results

Usage

1
exportApps(name, markers, exdir = ".", check = TRUE)

Arguments

name

The prefix of the experiement name. All the output filenames are followed by the prefix.

genes

A list of gene names. The names of the list are used to present the source of marker genes.

exdir

The directory name for writing the files to.

check

logical for checking the dependencies.

Details

This functions writes HTML files for visualizing the results from previous outputs.

Author(s)

Qi Wang

Examples

1
2
genes=list(marker=c("BRAF","KRAS","MYC","TP53"))
exportApps("CLL", genes, check=FALSE)

qwang-big/irene documentation built on May 23, 2019, 1:47 p.m.