getGenesIds-methods: Get a list of ids (RAPDB or MSU)

Description Usage Arguments Value Examples

Description

Get a list of ids (RAPDB or MSU)

Usage

1
2
3
4
getGenesIds(object, typeID)

## S4 method for signature 'Experiment'
getGenesIds(object, typeID)

Arguments

object

The object for which we want modification.

typeID

the id we want in the list (RAPDB or MSU)

Value

the list of the ids composed only with RAPDB ids or MSU ids.

Examples

1
2
3
4
5
6
exp <- new(Class="Experiment",
name="test",
date=Sys.Date(),
databases=list(1),
others=list())
list <- getGenesIds(exp, "RAPDB")

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