Description Usage Arguments Value Examples
Generating gvmap config file automaticly
| 1 | gvmapAutoConfig(heatmap_info, legend_info, color_info)
 | 
| heatmap_info | list, heatmap data information | 
| legend_info | data frame, legend data information | 
| color_info | list, color information | 
a config file to run gvmap
| 1 2 3 4 5 6 7 | heatmap_info <- list("heatmap_1", "heatmap_2", "heatmap_3")
legend_info <- data.frame(legend_group = c("legend_1", "legend_1", "legend_2"),
                          name = c("Age", "Gender", "NRAS"),
                          col_theme = c("binary_col", "binary_col", "tag_col"),
                          column_num = c(2, 3, 4))
config_file <- gvmapAutoConfig(heatmap_info = heatmap_info,
                               legend_info = legend_info)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.