cutoff {BeadExplorer} | R Documentation |
Determine the number of transcripts that pass a fold change cut-off criteria
cutoff(beadData, fold)
beadData |
An object of class beadData-class |
fold |
A fold change to use as a cut-off |
Determines the number of transcripts that are greater than a cut-off fold-change (up-regulated, down-regulated
or up and down regulated). The results are produced for all pairwise comparisons of samples in the beadData-class
object
Results of matrix-like objects are outputted to the console
Gareth Elvidge gareth.elvidge@well.ox.ac.uk
See Also as help
#Determine the number of transcripts that show greater than 3 fold differential regulation data(examplebeadData) cutoff (examplebeadData,3)