estimateGdRatio: Estimating the intensity ratios across channels within mass...

Description Usage Arguments Value Examples

View source: R/estimateGdRatio.R

Description

Estimating the intensity ratios across channels within mass range of Gd, the first 155 channel was selected as the reference channel.

Usage

1
estimateGdRatio(ff, PercentList)

Arguments

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.

Value

The estimated intensity ratios across channels, the 155 channel was selected as the reference channel.

Examples

1
2
3
4
library(GdClean)

PercentList <- seq(5, 100, 5)
GdRatios <- estimateGdRatio(ff, percentList)

JunweiLiu0208/GdClean documentation built on Jan. 13, 2022, 8:32 p.m.