Description Usage Arguments Value
View source: R/asdataframe_flowSet.R
S3 Method for the as_tibble function to convert a flowset into a tibble via a data.frame
1 2 | ## S3 method for class 'flowSet'
as_tibble(x, ...)
|
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 |
A tibble of all the cells in the flowSet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.