psygenetDiseaseSentences {psygenet2r} | R Documentation |
Given a disease or a disease list, retrives the pmids and sentences for each
gene-disease association from PsyGeNET and creates an object of type
DataGeNET.Psy
.
psygenetDiseaseSentences(diseaseList, database = "ALL", verbose = FALSE)
diseaseList |
Name or vector of names (that can be both code or uml) to specific diseases from PsyGeNET. The diseases non existing in PsyGeNET will be removed from the output. |
database |
Name of the database that will be queried. It can take the
values |
verbose |
By default |
An object of class DataGeNET.Psy
diseasesOfInterest <- c( "Bipolar Disorder","Depressive Disorder, Major" ) psyDisSen <- psygenetDiseaseSentences( diseaseList = diseasesOfInterest, database = "ALL" )