as_tibble.flowSet: S3 Method for the as_tibble function to convert a flowset...

Description Usage Arguments Value

View source: R/asdataframe_flowSet.R

Description

S3 Method for the as_tibble function to convert a flowset into a tibble via a data.frame

Usage

1
2
## S3 method for class 'flowSet'
as_tibble(x, ...)

Arguments

x

a flowSet or ncdfFlowSet object

add_filename

if TRUE adds the filename of the original FCS file as a column

use_longnames

if TRUE, uses the longName from the FCS file as the column names

add_pdata

if TRUE, adds pData as additional columns to the output

verbose

if TRUE, will display warnings, otherwise will hide warnings

Value

A tibble of all the cells in the flowSet


bjreisman/cytotidyr documentation built on Nov. 22, 2020, 9:30 p.m.