setRunIds: 'run_ids' Setter

Description Usage Arguments Value Examples

Description

Method of the class UserMetadata. Set run_ids of one UserMetadata object by providing the id of all wanted runs

Usage

1
2
3
4
setRunIds(userObject, runIds)

## S4 method for signature 'UserMetadata,character'
setRunIds(userObject, runIds)

Arguments

userObject

The UserMetadata object

runIds

id of all wanted runs

Value

An object of the class UserMetadata

Examples

1
2
3
4
{
user <- new("UserMetadata")
user <- setRunIds(user, c("RUN_1", "RUN_2"))
}

BgeeCall documentation built on Dec. 12, 2020, 2 a.m.