TonsilData_cellinfo_html | R Documentation |
TonsilData_cellinfo_html
TonsilData_cellinfo_html(
cellType = NULL,
display_plot = TRUE,
output_to = c("single_page", "html_to_embed")
)
cellType |
String character, used to define the cell type for which the
information will be displayed. Defaults to |
display_plot |
Logical value, defines whether to include or not a plot for the UMAP of the selected cell type |
output_to |
Character value, one of "single_page" or "html_to_embed". Defines in which form the information is returned, either as an individual page or simply as HTML code to directly embed into other documents. |
Either the HTML code generated to be embedded, or a standalone HTML page is created - and the location to this temp file is returned as a character (default).
TonsilData_cellinfo_html("PDC")
TonsilData_cellinfo_html("preB")
TonsilData_cellinfo_html("preT")
TonsilData_cellinfo_html("preT", output_to = "html_to_embed")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.