| getRunIds {BgeeCall} | R Documentation |
Get value of the 'run_ids' slot
getRunIds(userObject) ## S4 method for signature 'UserMetadata' getRunIds(userObject)
userObject |
The UserMetadata object |
the value of the 'run_ids' slot of the object
{
user <- new("UserMetadata")
run_ids <- getRunIds(user)
}