get_concept_atoms: Get UMLS concept atoms.

Description Usage Arguments Value Examples

Description

Retrieves the atoms that are associated to a given Concept.

Usage

1
2
3
4
5
6
get_concept_atoms(CUI, sabs = NULL, ttys = NULL, language = NULL,
  includeObsolete = FALSE, includeSuppressible = FALSE)

get_concept_atoms_page(CUI, sabs = NULL, ttys = NULL, language = NULL,
  includeObsolete = FALSE, includeSuppressible = FALSE, pageNumber = 1,
  pageSize = 25)

Arguments

CUI

CUI of concept to obtain atoms for.

sabs

Source vocabularies, comma separated.

ttys

Term types, any one of the valid term types.

language

The language of interest.

includeObsolete

Whether or not to include obsolete atoms.

includeSuppressible

Whether or not to include suppressible atoms.

Value

A list of Atoms, of UMLS class Atom.

Examples

1
2
# Get atoms for concept C0011884
atoms <- get_concept_atoms("C0011884")

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