Description Usage Arguments Value Note Examples
Given the name of one or multiple gene and retrives their information
from PsyGeNET and creates an object of type DataGeNET.Psy
.
1 2 3 4 5 6 7 | 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
.
1 | d.alch <- psygenetGene( "ALDH2", "ALL" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.