getDBGenes-methods: Get all the genes of the data base you want.

Description Usage Arguments Value Examples

Description

Get all the genes of the data base you want.

Usage

1
2
3
4
getDBGenes(object, nbDB)

## S4 method for signature 'Experiment'
getDBGenes(object, nbDB)

Arguments

object

The object for which we want modification.

nbDB

The number of the db you want(ex : 1 for RAPDB).

Value

the list of the genes of the database you want.

Examples

1
2
3
4
5
6
7
8
9
gene1 <- new("RAPDB")
listGenes <- list(gene1)
exp <- new(Class="Experiment",
name="test",
date=Sys.Date(),
genes=listGenes,
databases=list(1),
others=list())
getDBGenes(exp,1)

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