Creates an HTML report summarizing the slides, fields and phenotypes in a single cell seg data file.
1 2 3 4 5 6 | write_summary_report(
csd_path = NULL,
csd = NULL,
dataset_name = NULL,
output_path
)
|
csd_path |
Path to cell seg data file, or NULL. |
csd |
Cell seg table, or NULL. |
dataset_name |
Descriptive name of the dataset. |
output_path |
Path to write the resulting HTML file. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.