calcMemUse: Function 'calcMemUse' in Package 'flowType'

Description Usage Arguments Details Value Author(s) See Also

View source: R/calcMemUse.R

Description

Estimates the memory usage in bytes for running flowType with a given set of parameters.

Usage

1
calcMemUse(NumPops, NumPropMarkers, NumMFIMarkers, NumCells, MaxMarkersPerPop, PartitionsPerChannel = 2)

Arguments

NumPops

Number of cell types which will be returned. Can be computed using calcNumPops

NumPropMarkers

Numer of markers to use for combinatorial gating

NumMFIMarkers

Number of markers to determine the MFIs of for every cell type

NumCells

Number of cells in the flowFrame passed to flowType

MaxMarkersPerPop

Maximum number of markers to use at once in combinatorial gating (ie all cell types over 1:MaxMarkersPerPop will be counted)

PartitionsPerChannel

Number of partitions per channel.

Details

If you use different numbers of partitions for different channels, try providing the highest number as PartitionsPerChannel, and expect an over-estimate.

Value

Estimated memory use in bytes.

Author(s)

Kieran O'Neill

See Also

calcNumPops, flowType


flowType documentation built on April 28, 2020, 8:32 p.m.