getSimpleArborescence: 'simple_arborescence' Getter

Description Usage Arguments Value Examples

Description

Get value of the 'simple_arborescence' slot

Usage

1
2
3
4
getSimpleArborescence(userObject)

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

Arguments

userObject

The UserMetadata object

Value

the value of the 'simple_arborescence' slot of the object

Examples

1
2
3
4
{
user <- new("UserMetadata")
simple_arborescence <- getSimpleArborescence(user)
}

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