dyeBiasCorrTypeINorm: Dye bias correction by matching green and red to mid point

Description Usage Arguments Value Examples

View source: R/dye_bias.R

Description

This function compares the Type-I Red probes and Type-I Grn probes and generates and mapping to correct signal of the two channels to the middle. The function takes one single SigSet and returns a SigSet with dye bias corrected.

Usage

1

Arguments

sset

a SigSet

Value

a SigSet after dye bias correction.

Examples

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

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