aspectClasses | R Documentation |
To get the aspect classes it is advised to always use the getAspectClasses()
function to ensure the correct functionality.
aspectClasses
and subAspectClasses
contain the default RCX accession name and the classes of the corresponding (sub)aspect.
The getAspectClasses()
function standardizes access to the accession names and classes,
and also allows to include installed extensions of the RCX data model.
Only installed and loaded extensions are included in the result:
New extensions should register on load using the setExtension function to be added to options()$RCX.options$extensions
,
and therefore to getAspectClasses()
.
aspectClasses getAspectClasses(extensions = TRUE) subAspectClasses updateAspectClasses(aspectClasses = aspectClasses)
extensions |
logical; whether to include aspect classes from extensions |
aspectClasses |
named character; accession names and aspect classes |
An object of class character
of length 14.
An object of class character
of length 4.
updateAspectClasses
sets the default aspect classes in options()$RCX.options
, either from aspectClasses
or manually provided options.
named character; accession names and aspect classes
setExtension
## default aspect classes aspectClasses ## get set aspect classes from options() aspectClasses = getAspectClasses() ## get aspect classes without extensions aspectClasses = getAspectClasses(extensions=FALSE) ## set default updateClasses updateAspectClasses( aspectClasses = aspectClasses ) ## default sub aspect classes subAspectClasses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.