lineage_tree | R Documentation |
Using the result of best_iter or multi_best_iter as input, lineage_tree will export lineage tree of the lineage analysis result.
lineage_tree(result)
result |
The result of best_iter or multi_best_iter. Required. |
trace the lineage tree of the lineage analysis result
An object of class hclust which describes the lineage tree produced by LINEAGE.
data("TF1_clones") data=TF1_clones$data ## performs a non-parallel iteration process result=lineage(data, repeats=30, thread=NULL) ## performs a parallel iteration process # result=lineage(data, repeats=30, thread=10) hc= lineage_tree(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.