dyeBiasCorr | R Documentation |
The function takes a SigDF
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 SigDF
with dye bias corrected.
dyeBiasCorr(sdf, ref = NULL)
sdf |
a |
ref |
reference signal level |
a normalized SigDF
sesameDataCache() # if not done yet
sdf <- sesameDataGet('EPIC.1.SigDF')
sdf.db <- dyeBiasCorr(sdf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.