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

getUMLsR Documentation

Query PsyGeNET for given gene(s) and generates an DataGeNET.Psy

Description

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

Usage

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

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

aGutierrezSacristan/psygenet2r documentation built on Jan. 18, 2024, 4:06 a.m.