Learn R Programming

dcGOR (version 1.0.2)

Anno-method: Methods defined for S4 class Anno

Description

Methods defined for class Anno.

Usage

## S3 method for class 'Anno':
dim(x)

## S3 method for class 'Anno': annoData(x)

## S3 method for class 'Anno': termData(x)

## S3 method for class 'Anno': domainData(x)

## S3 method for class 'Anno': tData(object)

## S3 method for class 'Anno': dData(object)

## S3 method for class 'Anno': termNames(object)

## S3 method for class 'Anno': domainNames(object)

## S3 method for class 'Anno': show(object)

## S3 method for class 'Anno,ANY,ANY,ANY': [(x, i, j, ..., drop = FALSE)

Arguments

x
an object of class Anno
object
an object of class Anno
i
an index
j
an index
...
additional parameters
drop
For matrices and arrays. If TRUE the result is coerced to the lowest possible dimension (see the examples). This only works for extracting elements, not for the replacement. See drop for furthe

See Also

Anno-class