Learn R Programming

psygenet2r (version 1.2.0)

getUMLs: 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 = "CURATED")

Arguments

word
Disese to convert to UMLS using PsyGeNET database.
database
Name of the database that will be queried. It can take the values 'MODELS' to use Comparative Toxigenomics Database, data from mouse and rat; 'GAD' to use Genetic Association Database; 'CTD' to use Comparative Toxigenomics Database, data from human; 'PsyCUR' to use Psychiatric disorders Gene association manually curated; 'CURATED' to use Human, manually curated databases (PsyCUR and CTD); or 'ALL' to use all these databases. Default 'CURATED'.

Value

The corresponding UMLs for the input disease/s

Examples

Run this code
umls <- getUMLs( "Alcoholism", "CURATED" )

Run the code above in your browser using DataLab