Description Usage Arguments Value Note Examples
Given the name of one or multiple diseases and retrives their information
from PsyGeNET and creates an object of type DataGeNET.Psy
.
1 2 3 4 5 6 7 | psygenetDisease(
disease,
database = "ALL",
evidenceIndex = c(">", 0),
verbose = FALSE,
warnings = TRUE
)
|
disease |
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 |
evidenceIndex |
A vector with two elements: 1) character with greather
|
verbose |
By default |
warnings |
By default |
An object of class DataGeNET.Psy
The "Evidence Index" is gotten from PsyGeNET. For more information
about it and its calculation, pease visit psygenet.org
.
1 | d.sch <- psygenetDisease( "schizophrenia", "ALL" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.