Description Usage Arguments Value
Show alignment results in classical way: including expression and prune nodes
1 2 3 | ggvita.classic(alml_list, result.order, expr_file, size, tip_size,
values = c(0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8)/0.8,
colors = rainbow(11)[1:9], mc.cores = 1, ...)
|
alml_list |
the variable created from readal |
result.order |
the order of result you want to show |
size |
size of prune nodes and expression band width |
tip_size |
size of tips |
values |
the values for data distrbution adjustment.See scale_gradientn's values requirement |
colors |
color gradinets. See scale_gradientn's color requirement |
mc.cores |
This function is very slow. Suggest to use a few cores. |
... |
same as ggtree parameters (ggtree::ggtree()) |
a basic tree alignment structure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.