View source: R/normalize_cytof.R
correct_data_channels | R Documentation |
This function performs the actual normalization
correct_data_channels( m, beads.data, baseline, beads.col.names, time.col.name = "Time" )
m |
The data matrix |
beads.data |
The beads.data for this data matrix. This would typically be a subset of the rows representing the bead events |
baseline |
A vector of values containing the bead channels values to be used as baseline for normalization |
beads.col.names |
A vector with the names of the beads channels |
time.col.name |
The name of the time column |
Returns a list with the following components
m.normed
The normalized data matrix
beads.smoothed
A matrix containing the smoothed beads data
beads.normed
A matrix containing the normalized beads data
beads.slopes
A matrix containing the calculated beadlsopes with nrow(beads.slopes) = nrow(beads.data)
and
two columns: time
and slope
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.