psygenetGene | R Documentation |
DataGeNET.Psy
Given the name of one or multiple gene and retrives their information
from PsyGeNET and creates an object of type DataGeNET.Psy
.
psygenetGene(gene, database = "ALL", evidenceIndex = c(">", 0),
verbose = FALSE, warnings = TRUE)
gene |
Name or vector of names (that can be both code or symbol) to specific genes from PsyGeNET. The genes 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
.
d.alch <- psygenetGene( "ALDH2", "ALL" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.