tidytof_example_data: Get paths to tidytof example data

View source: R/utils.R

tidytof_example_dataR Documentation

Get paths to tidytof example data

Description

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()
tidytof_example_data(dataset_name = "phenograph")


keyes-timothy/tidytof documentation built on March 31, 2024, 12:01 p.m.