getCoords: Get Coordinates of median position

Description Usage Arguments Value Examples

View source: R/YKOneSmapperFlour.R

Description

Get Coordinates of median position

Usage

1
getCoords(LoaderPATH = LoaderPATH, FFdata = FFdata)

Arguments

LoaderPATH

Path of fcs_out files

FFdata

Flow frame data

Value

Assign global variables for access

Examples

1
2
3
4
5
#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)

oneSENSE documentation built on Nov. 8, 2020, 4:58 p.m.