OneSmapperFreq2 {oneSENSE}R Documentation

Frequency Heatplot Generation Part 2

Description

Frequency Heatplot Generation Part 2

Usage

OneSmapperFreq2(LoaderPATH = "fcs", Bins = 250, FFdata)

Arguments

LoaderPATH

path of fcs_Out files

Bins

Number of bins

FFdata

Flow Frame data

Value

returns frequency heatplot

Examples


dir2 <-system.file('extdata/fcs_Out',package='oneSENSE')
file5 <- system.file('extdata/myFFdatas.rds', package = 'oneSENSE')
FFdata1 <- readRDS(file5)
OneSmapperFreq2(dir2, 250, FFdata1) #remove hash symbol to run

[Package oneSENSE version 1.4.1 Index]