get_internal_codes: Get the internal codes for atoms from a list of vocabularies.

Description Usage Arguments Value Examples

Description

The source vocabularies in the UMLS have internal codes for the atoms. This will retrieve the (code, source) pairs that can be used to obtain internal information about the atoms.

Usage

1

Arguments

concept

Value

A list of '(code, source)' pairs.

Examples

1
2
3
# Get the atoms about concept C0011884
concept <- get_concept_atoms("C0011884")
codePairs <- get_internal_codes(concept)

mpancia/rUMLS documentation built on May 23, 2019, 6:26 a.m.