CuffDist-class {cummeRbund}R Documentation

Class "CuffDist"

Description

A 'pointer' class to information relative to the distribution-level tests (promoters, splicing, and relative CDS usage)

Objects from the Class

Objects can be created by calls of the form new("CuffDist", DB, table, type, idField, ...).

Slots

DB:

Object of class "SQLiteConnection" ~~

table:

Object of class "character" ~~

type:

Object of class "character" ~~

idField:

Object of class "character" ~~

Methods

dim

signature(x = "CuffDist"): ...

samples

signature(x = "CuffDist"): ...

DB

signature(object = "CuffDist"): Accessor for @DB slot

Note

None

Author(s)

Loyal A. Goff

References

None

See Also

None

Examples

showClass("CuffDist")

[Package cummeRbund version 2.34.0 Index]