getUMLs-methods: Query PsyGeNET for given gene(s) and generates an...

Description Usage Arguments Value Examples

Description

Given the name of one or multiple gene and retrives their information from PsyGeNET and creates an object of type DataGeNET.Psy.

Usage

1
getUMLs(word, database = "ALL")

Arguments

word

Disese to convert to UMLS using PsyGeNET database.

database

Name of the database that will be queried. It can take the values 'psycur15' to use data validated by experts for first release of PsyGeNET; 'psycur16' to use data validated by experts for second release of PsyGeNET; or 'ALL' to use both databases. Default 'ALL'.

Value

The corresponding UMLs for the input disease/s

Examples

1
umls <- getUMLs( word = "depressive", database = "ALL" )

psygenet2r documentation built on Jan. 31, 2021, 2 a.m.