View source: R/normalize_cytof.R
identify_beads | R Documentation |
Applies the beads gates to the data matrix and idenfies the beads
identify_beads(m, gates, beads.cols.names, dna.col)
m |
The matrix, asinh transformed |
gates |
Gates to be applied (only the gates for this specific matrix) |
beads.cols.names |
A character vector containing the names of the beads columns |
dna.col |
The index (either character, numeric or boolean) of the DNA channel column |
Returns a boolean vector of length nrow(m)
with the indexes of the bead events
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.