toFlowCore: Convert a CellEngine object to flowCore

View source: R/toFlowCore.R

toFlowCoreR Documentation

Convert a CellEngine object to flowCore

Description

Converts a CellEngine object to its flowCore analogue.

Usage

toFlowCore(cellengineObject)

Arguments

cellengineObject

The CellEngine object to be converted.

Examples

## Not run: 
# Converting a compensation:
ceComp <- getCompensation(experimentId, byName("My comp"))
fcComp <- toFlowCore(ceComp)

## End(Not run)

primitybio/cellengine-r-toolkit documentation built on Oct. 19, 2024, 1:17 a.m.