View source: R/report_related.R
tree_maker | R Documentation |
Reads report, converts to matrix of Sample ~ Plasmid with Sureness as cell values. Performs a hierarchical cluster analysis on a set of dissimilarities derived from the matrix. Creates a dendrogram from this data. Returns either the HC data or the dendrogram plot
tree_maker(report, hc.only = NA)
report |
Dataframe of results produced
by |
hc.only |
Flag to return only hierarchical clustering results instead of dendrogram plot (set to 1) |
Dendrogram object or hierarchical clustering results
subsampler
, combine_results
## Not run: tree_maker(report) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.