newExprs<- {flowSpecs}R Documentation

This function lets us exchange a flowframes exprs portion to an unrelated one It is solely meant to be used internally, as it is a strange practice.

Description

This function lets us exchange a flowframes exprs portion to an unrelated one It is solely meant to be used internally, as it is a strange practice.

Usage

newExprs(x) <- value

Arguments

x

A flowFrame

value

A matrix suitable to be an exprs object.

Value

A new flowFrame with "value" as the exprs portion.


[Package flowSpecs version 1.7.0 Index]