setRunIds {BgeeCall} | R Documentation |
Method of the class UserMetadata. Set run_ids of one UserMetadata object by providing the id of all wanted runs
setRunIds(userObject, runIds) ## S4 method for signature 'UserMetadata,character' setRunIds(userObject, runIds)
userObject |
The UserMetadata object |
runIds |
id of all wanted runs |
An object of the class UserMetadata
{ user <- new("UserMetadata") user <- setRunIds(user, c("RUN_1", "RUN_2")) }