TonsilData_cellinfo_html: TonsilData_cellinfo_html

View source: R/glossary.R

TonsilData_cellinfo_htmlR Documentation

TonsilData_cellinfo_html

Description

TonsilData_cellinfo_html

Usage

TonsilData_cellinfo_html(
  cellType = NULL,
  display_plot = TRUE,
  output_to = c("single_page", "html_to_embed")
)

Arguments

cellType

String character, used to define the cell type for which the information will be displayed. Defaults to NULL - if left unspecified, the function returns a list of the possible options

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.

Value

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).

Examples

TonsilData_cellinfo_html("PDC")
TonsilData_cellinfo_html("preB")
TonsilData_cellinfo_html("preT")
TonsilData_cellinfo_html("preT", output_to = "html_to_embed")

massonix/HCATonsilData documentation built on Nov. 1, 2023, 10:33 a.m.