dim.Codelink {codelink}R Documentation

Return the dimension of a Codelink object.

Description

Takes a Codelink object and returns the dimension (genes x samples).

Usage

        dim.Codelink(x)

Arguments

x an object of class "Codelink".

Details

Value

A numeric vector with the dimensions.

Note

Author(s)

Diego Diez

See Also

Examples

#       data(codelink.example)
#       dim(codelink.example)

[Package codelink version 1.4.0 Index]