dyeBiasCorr {sesame} | R Documentation |
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.
dyeBiasCorr(sset, ref = NULL)
sset |
a |
ref |
reference signal level |
a normalized SigSet
sset <- sesameDataGet('EPIC.1.LNCaP')$sset sset.db <- dyeBiasCorr(sset)