MX2FCS: Export cell data as Flow Cytometry Standard

View source: R/MX2FCS.R

MX2FCSR Documentation

Export cell data as Flow Cytometry Standard

Description

Retrieve cell data from database and export as Flow Cytometry Standard

Usage

MX2FCS(dat, coi, export, wlab = "Well.ID", proj = "")

Arguments

dat

data frame coming from GetMDCData

coi

column Of Interest to be exported into FCS

export

folder location where data will be exported

wlab

column name that contain well identifier. Default ix 'Well.ID' which is return by GetMDCData

proj

character string with project name

Author(s)

Allan Sauvat, allan.sauvat@gustaveroussy.fr

Examples

#Not running
mydat=GetMDCData(SERVER='MDCStore',MeasurementID=100)
MX2FCS(mydat,coi=c('Hoechst_Intensity','Nuclear_area'),export='MYFCS')


asauvat/MetaxpR documentation built on July 19, 2023, 1:04 p.m.