View source: R/heatmap_of_annotation.R
heatmap_of_annotation | R Documentation |
Creates a heatmap with the annotation results. User can filter the results by identity and/or evalue. This function uses pheatmap instead of heatmap funtion if pheatmap is installed.
heatmap_of_annotation(data, min_identity = 0.95, max_evalue = 1e-25)
data |
Data frame result from annotate. |
min_identity |
Minimun identity to show in figure. |
max_evalue |
Maximun Evalue to show in figure. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.