get_xtab: After binning the data, make a table with the nearly empty...

Description Usage Arguments Value

Description

After binning the data, make a table with the nearly empty bins combined into a 'leftover bin'. often dramatically reduces size of the table without much information loss.

Usage

1
get_xtab(data_binned, w, C)

Arguments

data_binned

output of make_bins

w

the 'vacancy rate', a number between 0 and 1. The maximum proportion of zero counts (over donors) allowed in a bin. All bins with a higher vacancy rate will be combined into a 'leftover bin'.

C

The row names - donor sample type

Value

The reduced data matrix. Each row (donor) sums to one. The first column is the number of 'leftover' events, i.e. the events that don't fit into the bins that are common to most samples.


kristenmf/flowR documentation built on May 20, 2019, 6:15 p.m.