detectionCalls {BeadExplorer}R Documentation

Get percentage of genes called present

Description

Obtain percentage of genes called present for each sample in the beadData object using a defined Illumina detection score

Usage

detectionCalls(beadData, value)

Arguments

beadData Object of class beadData-class
value Illumina detection score cut-off (0-1)

Details

Value

A vector of percentage detection scores for each sample in the beadData-class object

Author(s)

Gareth Elvidge gareth.elvidge@well.ox.ac.uk

See Also

See Also as help

Examples

data(examplebeadData)
detectionCalls(examplebeadData, 0.99)

[Package BeadExplorer version 1.2.0 Index]