# Generated by roxygen2: do not edit by hand

S3method(arrange,flowFrame)
S3method(arrange,flowSet)
S3method(as_flowFrame,data.frame)
S3method(as_flowFrame,tof_tbl)
S3method(as_flowSet,data.frame)
S3method(as_flowSet,tof_tbl)
S3method(as_tof_tbl,data.frame)
S3method(as_tof_tbl,flowFrame)
S3method(as_tof_tbl,flowSet)
S3method(count,flowFrame)
S3method(count,flowSet)
S3method(filter,flowFrame)
S3method(filter,flowSet)
S3method(ggplot,flowFrame)
S3method(ggplot,flowSet)
S3method(group_by,flowFrame)
S3method(group_by,tof_tbl)
S3method(mutate,flowFrame)
S3method(mutate,flowSet)
S3method(mutate,tof_tbl)
S3method(nest,flowFrame)
S3method(nest,grouped_tof_tbl)
S3method(nest,tof_tbl)
S3method(pivot_longer,tof_tbl)
S3method(pivot_wider,tof_tbl)
S3method(pull,flowFrame)
S3method(pull,flowSet)
S3method(rename,flowFrame)
S3method(rename,flowSet)
S3method(rename_with,flowFrame)
S3method(rename_with,flowSet)
S3method(select,flowFrame)
S3method(select,flowSet)
S3method(slice,flowFrame)
S3method(slice,flowSet)
S3method(slice_head,flowFrame)
S3method(slice_head,flowSet)
S3method(slice_max,flowFrame)
S3method(slice_max,flowSet)
S3method(slice_min,flowFrame)
S3method(slice_min,flowSet)
S3method(slice_sample,flowFrame)
S3method(slice_sample,flowSet)
S3method(slice_sample,tof_tbl)
S3method(slice_tail,flowFrame)
S3method(slice_tail,flowSet)
S3method(summarise,flowFrame)
S3method(summarise,flowSet)
S3method(summarize,flowFrame)
S3method(summarize,flowSet)
S3method(transmute,flowFrame)
S3method(transmute,flowSet)
S3method(ungroup,flowSet)
S3method(ungroup,grouped_tof_tbl)
S3method(unnest,flowSet)
S3method(unnest,tof_tbl)
export(":=")
export(.data)
export(as_flowFrame)
export(as_flowSet)
export(as_tof_tbl)
export(simulate_cytometry_data)
importFrom(Biobase,AnnotatedDataFrame)
importFrom(dplyr,across)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_drop_default)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_head)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_min)
importFrom(dplyr,slice_sample)
importFrom(dplyr,slice_tail)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(flowCore,colnames)
importFrom(flowCore,exprs)
importFrom(flowCore,featureNames)
importFrom(flowCore,flowFrame)
importFrom(flowCore,flowSet)
importFrom(flowCore,fsApply)
importFrom(flowCore,identifier)
importFrom(flowCore,keyword)
importFrom(flowCore,pData)
importFrom(flowCore,phenoData)
importFrom(flowCore,sampleNames)
importFrom(ggplot2,aes)
importFrom(ggplot2,ggplot)
importFrom(methods,as)
importFrom(methods,new)
importFrom(purrr,map)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,`.data`)
importFrom(rlang,`:=`)
importFrom(rlang,arg_match)
importFrom(rlang,enquos)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(tibble,new_tibble)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
