Learn R Programming

cummeRbund (version 2.14.0)

distValues: distValues

Description

Returns a data.frame of distribution-level test values from a CuffDist object (@promoters, @splicing, @relCDS)

Usage

"distValues"(object)

Arguments

object
An object of class 'CuffDist'
...
Additional arguments to distValues

Value

Returns a data.frame of distribution-level test values.

Details

None

References

None

See Also

None

Examples

Run this code
	a<-readCufflinks(system.file("extdata", package="cummeRbund")) # Read cufflinks data and create CuffSet object
	distValues(a@promoters) # returns data.frame of values from CuffDist object in slot 'promoters'

Run the code above in your browser using DataLab