dyeBiasCorr: Correct dye bias in by linear scaling.

Description Usage Arguments Value Examples

View source: R/dye_bias.R

Description

The function takes a SigSet as input and scale both the Grn and Red signal to a reference (ref) level. If the reference level is not given, it is set to the mean intensity of all the in-band signals. The function returns a SigSet with dye bias corrected.

Usage

1
dyeBiasCorr(sset, ref = NULL)

Arguments

sset

a SigSet

ref

reference signal level

Value

a normalized SigSet

Examples

1
2
sset <- sesameDataGet('EPIC.1.LNCaP')$sset
sset.db <- dyeBiasCorr(sset)

sesame documentation built on Nov. 15, 2020, 2:08 a.m.