filterData {BeadExplorer}R Documentation

Filter data based on detection score

Description

Removes transcripts from a beadData object that have detections threshold lower than a given value in all the samples

Usage

filterData(beadData, det)

Arguments

beadData An object of class beadData-class
det The detection threshold to use, value 0-1

Details

Only transcripts that are not present in all the samples will be removed. This avoids the problem of having transcript data for some samples and not for others.

Value

A beadData-class object with low detetion score transcripts removed

Author(s)

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

See Also

See Also as help

Examples

data(examplebeadData)
filterData(examplebeadData, 0.95)

[Package BeadExplorer version 1.2.0 Index]