Description Usage Arguments Value Examples
View source: R/estimateGdRatio.R
Estimating the intensity ratios across channels within mass range of Gd, the first 155 channel was selected as the reference channel.
1 | estimateGdRatio(ff, PercentList)
|
ff |
The flowframe object of Gd contaminated CyTOF data. |
PercentList |
The top-n percent of cells selected for estimating Gd ratios, sorted by mean expression of Gd channels. |
The estimated intensity ratios across channels, the 155 channel was selected as the reference channel.
1 2 3 4 | library(GdClean)
PercentList <- seq(5, 100, 5)
GdRatios <- estimateGdRatio(ff, percentList)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.