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