as.data.frame.flowSet: S3 Method for the as.data.frame function to convert a flowset...

Description Usage Arguments Value

View source: R/asdataframe_flowSet.R

Description

S3 Method for the as.data.frame function to convert a flowset into a data.frame

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'flowSet'
as.data.frame(
  x,
  ...,
  add_filename = TRUE,
  use_longnames = TRUE,
  add_pData = TRUE,
  verbose = FALSE
)

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

verbose

if TRUE, will display warnings, otherwise will hide warnings

add_pdata

if TRUE, adds pData as additional columns to the output

Value

A tibble of all the cells in the flowSet


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