getLocus-methods: Get the locus of an object

Description Usage Arguments Value Examples

Description

Get the locus of an object

Usage

1
2
3
4
getLocus(object)

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

Arguments

object

The object for which we want to get the locus

Value

The locus of the object

Examples

1
2
3
gene <- new("Gene", id="exId", locus=data.frame(1,222,333) )

getLocus(gene)

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