dyeBiasCorrMostBalanced | R Documentation |
The function chose the reference signal level from a list of SigDF
.
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 SigDF
s with
dye bias corrected.
dyeBiasCorrMostBalanced(sdfs)
sdfs |
a list of normalized |
a list of normalized SigDF
s
sesameDataCache() # if not done yet
sdfs <- sesameDataGet('HM450.10.SigDF')[1:2]
sdfs.db <- dyeBiasCorrMostBalanced(sdfs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.