dyeBiasCorrTypeINorm {sesame} | R Documentation |
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 SigDF
and returns a SigDF
with dye bias corrected.
dyeBiasCorrTypeINorm(sdf) dyeBiasNL(sdf)
sdf |
a |
a SigDF
after dye bias correction.
sesameDataCache("EPIC") # if not done yet sdf <- sesameDataGet('EPIC.1.SigDF') sdf.db <- dyeBiasCorrTypeINorm(sdf) sdf <- sesameDataGet('EPIC.1.SigDF') sdf <- dyeBiasNL(sdf)