make_grid: Generates a grid of count data

Description Usage Arguments Details Value Author(s) Examples

Description

make_grid generates a lattice grid for the bivariate data inputted by x.

Usage

1

Arguments

x

a two column matrix of flow cytometry varaibles or a vector representing on cytometry variable.

Details

This function produces a grid of bivariate count data observed in flow cytometry analysis. This data lies on a lattice support grid where cells show the bivariate counts.

Value

A square count matrix representing the observed data. Values greater the 0 represent activity of cells, while 0 records an inactive cell location.

Author(s)

Kevin Brosnan kevin.c.brosnan@gmail.com

Examples

1
2
 x <- matrix(sample(c(0:7), size = 10, replace = TRUE), ncol = 2)
 y <- make_grid(x)

significantstats/gatingfc documentation built on May 8, 2019, 8:48 a.m.