labels.owlents | R Documentation |
retrieve labels with names
## S3 method for class 'owlents'
labels(object, ...)
object |
owlents instance |
... |
not used |
When multiple labels are present, only first is silently returned. Note that reticulate 1.35.0 made a change that appears to imply that '[0]' can be used to retrieve the desired components. To get ontology tags, use 'names(labels(...))'. Note: This function was revised Jul 12 2024 to allow terms that lack labels (like CHEBI references in cl.owl) to be processed, returning NA. The previous functionality which failed is available, not exported, as labelsOLD.owlents.
clont_path = owl2cache(url="http://purl.obolibrary.org/obo/cl.owl")
clont = setup_entities(clont_path)
labels(clont[1:5])
labels(clont[51:55])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.