View source: R/lineage_plots.R
treemap_TLs | R Documentation |
treemap_TLs creates a treemap visualization of the Lineage Homology results, showing the group number, group size, and time-to-most-recent-common-ancestor (TMRCA) for each lineage. The treemap is color-coded based on the TMRCA values, with a user-specified range or calculated range from the data.
treemap_TLs(Result_LineageHomology, date_gradient = NULL)
Result_LineageHomology |
The output from LineageHomology. |
date_gradient |
A user-specified range for the TMRCA values to be plotted. If not provided, the range will be calculated from the data. |
A treemap visualization of the results in the TL assignment from LineageHomology, showing the group number, group size, and TMRCA for each lineage.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.