Description Usage Details See Also Examples
View source: R/x_vocabulary_relationships.R
Query a Source Vocabulary's Relationships
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Query for the Source Vocabulary's non-null relationships in the Concept Relationship Table and all of the OMOP Source Vocabulary and Concept Classes that the relationships are to. For a resultset that filters for relationships to other vocabularies, see query_intervocabulary_relationship
.
1 2 3 4 5 6 7 8 9 10 11 | library(chariot)
library(tidyverse)
# Lookup relationships on the Vocabulary-Concept Class Id axis
vocab_lookup_relationships(vocabulary_id = "HemOnc")
# Relationships between HemOnc concepts only can also be looked up
vocab_lookup_intrarelation(vocabulary_id = "HemOnc")
# Relationships between HemOnc and non-Hemonc Concepts
vocab_lookup_interrelation(vocabulary_id = "HemOnc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.