filterData {BeadExplorer} | R Documentation |
Removes transcripts from a beadData object that have detections threshold lower than a given value in all the samples
filterData(beadData, det)
beadData |
An object of class beadData-class |
det |
The detection threshold to use, value 0-1 |
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.
A beadData-class
object with low detetion score transcripts removed
Gareth Elvidge gareth.elvidge@well.ox.ac.uk
See Also as help
data(examplebeadData) filterData(examplebeadData, 0.95)