get_atom_family: Get familial relationships for a given Atom.

Description Usage Arguments Value Examples

Description

Get familial relationships for a given Atom.

Usage

1
2
3
4
5
6
7
8
9

Arguments

AUI

The AUI of interest.

type

The type of familial relationship. This can be one of ancestors, descendants, parents, children. See the possible endpoints from the UMLS.

Value

A list of results. These are of UMLS class Atom.

Examples

1
2
# Get parents of atom A8345234
parents <- get_atom_parents("A8345234")

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