getId-methods: Get the id of an object

Description Usage Arguments Value Examples

Description

Get the id of an object

Usage

1
2
3
4
getId(object)

## S4 method for signature 'Gene'
getId(object)

Arguments

object

The object for which we want to get the id

Value

The id of the object

Examples

1
2
3
gene <- new("Gene", id="exId" )

getId(gene)

Lagaillette/RRicePackage documentation built on May 29, 2019, 2:04 p.m.