Description Usage Arguments Value Examples
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.
1 | dyeBiasCorr(sset, ref = NULL)
|
sset |
a |
ref |
reference signal level |
a normalized SigSet
1 2 | sset <- sesameDataGet('EPIC.1.LNCaP')$sset
sset.db <- dyeBiasCorr(sset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.