getCoords {oneSENSE}R Documentation

Get Coordinates of median position

Description

Get Coordinates of median position

Usage

getCoords(LoaderPATH = LoaderPATH, FFdata = FFdata)

Arguments

LoaderPATH

Path of fcs_out files

FFdata

Flow frame data

Value

Assign global variables for access

Examples

#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)

[Package oneSENSE version 1.4.1 Index]