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