Description Usage Arguments Details Author(s) Examples
Export web applications for visualizing the results
1 | exportApps(name, markers, exdir = ".", check = TRUE)
|
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. |
This functions writes HTML files for visualizing the results from previous outputs.
Qi Wang
1 2 | genes=list(marker=c("BRAF","KRAS","MYC","TP53"))
exportApps("CLL", genes, check=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.