matrix_to_flowframe: A wrapper to flowFrame constructor that also updates the...

View source: R/subsetting flowsets.R

matrix_to_flowframeR Documentation

A wrapper to flowFrame constructor that also updates the "desc" parameters based on fs_src

Description

A wrapper to flowFrame constructor that also updates the "desc" parameters based on fs_src

Usage

matrix_to_flowframe(matrix)

Arguments

matrix

A numeric matrix

Details

If replace is true, each element ff will have n events. If it is false, ff will have min(n,nrow(ff))

Value

a flowFrame whose expression correspond to the matrix provided. If some channels are common with fs_src, the function updates the flowframe with the corresponding description (ie protein targets)


ebecht/ebmisc documentation built on Sept. 26, 2024, 3:17 p.m.