dim.Codelink: Return the dimension of a Codelink object.

Description Usage Arguments Value Author(s) Examples

View source: R/Codelink-class.R

Description

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

Usage

1
2
  ## S3 method for class 'Codelink'
dim(x)

Arguments

x

an object of class "Codelink".

Value

A numeric vector with the dimensions.

Author(s)

Diego Diez

Examples

1
2
3
4
5
## Not run: 
	data(codelink.example)
	dim(codelink.example)

## End(Not run)

codelink documentation built on Nov. 8, 2020, 8:19 p.m.