detectionCalls {BeadExplorer} | R Documentation |
Obtain percentage of genes called present for each sample in the beadData object using a defined Illumina detection score
detectionCalls(beadData, value)
beadData |
Object of class beadData-class |
value |
Illumina detection score cut-off (0-1) |
A vector of percentage detection scores for each sample in the beadData-class
object
Gareth Elvidge gareth.elvidge@well.ox.ac.uk
See Also as help
data(examplebeadData) detectionCalls(examplebeadData, 0.99)