dyeBiasCorrMostBalanced: Correct dye bias using most balanced sample as the reference

Description Usage Arguments Value Examples

View source: R/dye_bias.R

Description

The function chose the reference signal level from a list of SigSet. The chosen sample has the smallest difference in Grn and Red signal intensity as measured using the normalization control probes. In practice, it doesn't matter which sample is chosen as long as the reference level does not deviate much. The function returns a list of SigSets with dye bias corrected.

Usage

1

Arguments

ssets

a list of normalized SigSets

Value

a list of normalized SigSets

Examples

1
2
ssets <- sesameDataGet('HM450.10.TCGA.BLCA.normal')
ssets.db <- dyeBiasCorrMostBalanced(ssets)

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