if(require("blimaTestingData") && require("illuminaHumanv4.db") && interactive())
{
#Create summarization of nonnormalized data from GrnF column.
data(blimatesting)
blimatesting = bacgroundCorrect(blimatesting, channelBackgroundFilter="bgf")
blimatesting = nonPositiveCorrect(blimatesting, channelCorrect="GrnF", channelBackgroundFilter="bgf", channelAndVector="bgf")
#Prepare logical vectors corresponding to conditions A(groups1Mod), E(groups2Mod) and both(processingMod).
nonnormalized = createSummarizedMatrix(blimatesting, quality="GrnF", channelInclude="bgf",
annotationTag="Name")
head(nonnormalized)
}else
{
print("To run this example, please install blimaTestingData package from bioconductor by running biocLite('blimaTestingData').");
}
Run the code above in your browser using DataLab