OneSmapperFlour {oneSENSE}R Documentation

Median heatplot generation

Description

This returns the median heatplot for each category of markers chosen. If frequency heatplot is selected in the onesense GUI, then both median and frequency heatplots are generated as PDF files in working directory

Usage

OneSmapperFlour(LoaderPATH = "fcs_Out", Bins = 250, doCoords = FALSE,
  doFreq = FALSE)

Arguments

LoaderPATH

Name of the output file containing fcs files generated from FCStSNE2.R

Bins

Number of bins to sort cells into corresponding heatplot

doCoords

a boolean that allows for frequency heatplot generation

doFreq

a boolean to allow for the frequency heatplot generation. TRUE to run, FALSE to not run.

Value

PNG files of combined oneSENSE and heatplot.

Examples

webshot::install_phantomjs()
#fcsoutpath <- system.file('extdata/fcs_Out',package='oneSENSE')
#remove hash symbol to run
#OneSmapperFlour(LoaderPATH=fcsoutpath) #remove hash symbol to run

[Package oneSENSE version 1.4.1 Index]