K2dashboard | R Documentation |
This function will generate an interactive dashboard of the annotated K=2 clustering results in a specified directory.
K2dashboard(
K2res,
analysis_name = "K2Taxonomer",
about = TRUE,
output_dir = "."
)
K2res |
Object of class K2. |
analysis_name |
Character string of the name of analysis to write files and generate title of report. |
about |
Logical. Whether to create an 'about' tab in the dashboard. |
output_dir |
Base directory to put report. |
Nothing. Writes files to a specified directory.
reed_2020K2Taxonomer
## Read in K2 Taxonomer results
data(K2res)
## Generate interactive dashboard
K2dashboard(K2res, output_dir=tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.