as_tof_tbl: Coerce flowFrames or flowSets into tof_tbl's.

View source: R/tof_tbl.R

as_tof_tblR Documentation

Coerce flowFrames or flowSets into tof_tbl's.

Description

Coerce flowFrames or flowSets into tof_tbl's.

Usage

as_tof_tbl(flow_data, sep = "|")

Arguments

flow_data

A flowFrame or flowSet

sep

A string indicating which symbol should be used to separate antigen names and metal names in the columns of the output tof_tbl.

Value

A tof_tbl.

Examples

input_file <- dir(tidytof_example_data("aml"), full.names = TRUE)[[1]]

input_flowframe <- flowCore::read.FCS(input_file)

tof_tibble <- as_tof_tbl(input_flowframe)


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