Description Usage Arguments Value Examples
This function reads cytofin reference panel information from a connection that points to a .csv or a .xlsx file
1 | cytofin_read_panel_info(panel_path)
|
panel_path |
A file path leading to an .xlsx or .csv file containing
a table of standardized antigen panel information. Columns should include
|
A data.frame containing the reference panel information in the
file stored at panel_path
.
1 2 3 4 5 | ## Not run:
my_path <- file.path("~", "foo", "bar", "panel.csv")
my_metadata <- cytofin:::cytofin_read_panel_info(my_path)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.