Create an interactive dendrogram of the K2 Taxonomer results

K2visNetwork(K2res)

Arguments

K2res

A list object. The output of runK2tax().

Value

An interactive dendrogram created by `visNetwork::visNetwork()`.

References

Reed ER, Monti S (2020). “Multi-resolution characterization of molecular taxonomies in bulk and single-cell transcriptomics data.” Bioinformatics. doi: 10.1101/2020.11.05.370197 , http://biorxiv.org/lookup/doi/10.1101/2020.11.05.370197.

Examples

## Read in K2 Taxonomer results data(K2res) ## Generate interactive dendrogram K2visNetwork(K2res)