selectGenes-methods: Select the genes you want to keep in your experiment

Description Usage Arguments Value Examples

Description

Select the genes you want to keep in your experiment

Usage

1
2
3
4
selectGenes(object, liste, typeID)

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

Arguments

object

The object for which we want modification.

liste

list with all the genes' id you want to keep in your experiment

typeID

it refers to the id you will provide in your list(rapdb or msu)

Value

The object with only the genes selected

The object with the new db

Examples

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

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