Description Usage Arguments Value
LAPP.heatmap() creates a heatmap using pheatmap() for either plotting or saving
| 1 | LAPP.heatmap(data.mat, min, max, do.cluster = FALSE, file.dir = NA)
 | 
| min | minimum value to be used on the heatmap | 
| max | maximum value to be used on the heatmap | 
| do.cluster | boolean to determine whether the heatmaps should be clustered | 
| file.dir | file for the heatmap to be plotted as a pdf onto. If left empty, the heatmap is plotted to the console instead. | 
| matrix | data to be plotted | 
list of pairwise distance matrices for each feature, as well as a cumulative one
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.