Description Usage Arguments Author(s) Examples
This function plots image of background distribution versus to foreground after background subtraction.
1 2 | plotBackgroundImageAfterCorrection(b, index, channelForeground = "GrnF",
channelBackground = "GrnB", SDMultiple = 3, includePearson = FALSE)
|
b |
Single beadLevelData object. |
index |
Index of spot to generate. |
channelForeground |
Name of channel of foreground. |
channelBackground |
Name of channel of background. |
SDMultiple |
Correct on this level. |
includePearson |
Include Pearson corelation. |
Vojt<c4><9b>ch Kulvait
1 2 3 4 5 6 7 8 9 10 11 | if(require("blimaTestingData") && interactive())
{
#Write background images after correction. This function prints graph for condition D4. Call dev.off() to close.
data(blimatesting)
p = pData(blimatesting[[2]]@experimentData$phenoData)
index = base::match("D4", p$Name)
plotBackgroundImageAfterCorrection(blimatesting[[2]], index)
}else
{
print("To run this example, please install blimaTestingData package from bioconductor by running BiocManager::install('blimaTestingData').");
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.