View source: R/subsetting flowsets.R
matrix_to_flowframe | R Documentation |
A wrapper to flowFrame constructor that also updates the "desc" parameters based on fs_src
matrix_to_flowframe(matrix)
matrix |
A numeric matrix |
If replace is true, each element ff will have n events. If it is false, ff will have min(n,nrow(ff))
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.