getGenes-methods: Get the genes of an object

Description Usage Arguments Value Examples

Description

Get the genes of an object

Usage

1
2
3
4
getGenes(object)

## S4 method for signature 'Experiment'
getGenes(object)

Arguments

object

The object for which we want to get the genes

Value

The genes of the object

Examples

1
2
3
4
5
6
7
8
9
gene <- new("Gene", id="exId", locus=data.frame(1,222,333) )

exp <- new(Class="Experiment",
 date=Sys.Date(),
  name="ex",
  genes=list(list(gene)),
   databases=list(1))

getGenes(exp)

rricepackage/rRice documentation built on May 24, 2019, 2:53 p.m.