## load example data
data(example.lumi)
## load example data
data(example.lumi)
## estimate the detect call (percentage of expressed genes) of each sample
temp <- detectionCall(example.lumi, type='sample')
print(temp)
## estimate the present count of each gene (probe)
temp <- detectionCall(example.lumi, type='probe')
hist(temp)
Run the code above in your browser using DataLab