cutoff {BeadExplorer}R Documentation

Determine the number of transcripts that pass a fold change cut-off criteria

Description

Determine the number of transcripts that pass a fold change cut-off criteria

Usage

cutoff(beadData, fold)

Arguments

beadData An object of class beadData-class
fold A fold change to use as a cut-off

Details

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

Value

Results of matrix-like objects are outputted to the console

Author(s)

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

See Also

See Also as help

Examples


#Determine the number of transcripts that show greater than 3 fold differential regulation
data(examplebeadData)
cutoff (examplebeadData,3)


[Package BeadExplorer version 1.2.0 Index]