tidytof comes bundled with a number of sample .fcs files in its
inst/extdata directory. This function makes them easy to access.
Usage
tidytof_example_data(dataset_name = NULL)
Arguments
- dataset_name
Name of the dataset you want to access. If NULL,
the names of the datasets (each of which is from a different study)
will be listed.
Value
A character vector of file paths where the requested .fcs
files are located. If `dataset_name` is NULL, a character vector of
dataset names (that can be used as values for `dataset_name`) is
returned instead.
Examples
tidytof_example_data()
#> [1] "aml" "ddpr" "ddpr_metadata.csv"
#> [4] "mix" "mix2" "phenograph"
#> [7] "phenograph_csv" "surgery"
tidytof_example_data(dataset_name = "phenograph")
#> [1] "/home/runner/work/_temp/Library/tidytof/extdata/phenograph"