setRunIds: 'run_ids' Setter

setRunIdsR Documentation

'run_ids' Setter

Description

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

Usage

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

{
user <- new("UserMetadata")
user <- setRunIds(user, c("RUN_1", "RUN_2"))
}


BgeeDB/BgeeCall documentation built on Nov. 10, 2023, 5:40 a.m.