getCoords {oneSENSE} | R Documentation |
Get Coordinates of median position
getCoords(LoaderPATH = LoaderPATH, FFdata = FFdata)
LoaderPATH |
Path of fcs_out files |
FFdata |
Flow frame data |
Assign global variables for access
#remove hash symbol to run dir4 <- system.file('extdata/extra', package = 'oneSENSE') file5 <- system.file('extdata/myFFdatas.rds', package = 'oneSENSE') FFdata = readRDS(file5) getCoords(dir4, FFdata)