getRunIds: 'run_ids' Getter

Description Usage Arguments Value Examples

Description

Get value of the 'run_ids' slot

Usage

1
2
3
4
getRunIds(userObject)

## S4 method for signature 'UserMetadata'
getRunIds(userObject)

Arguments

userObject

The UserMetadata object

Value

the value of the 'run_ids' slot of the object

Examples

1
2
3
4
{
user <- new("UserMetadata")
run_ids <- getRunIds(user)
}

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