View source: R/psygenetGeneSentences.R
psygenetGeneSentences | R Documentation |
Given a gene or a gene list, retrives the pmids and sentences for each
gene-disease association from PsyGeNET and creates an object of type
DataGeNET.Psy
.
psygenetGeneSentences(geneList, database = "ALL", verbose = FALSE)
geneList |
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 |
verbose |
By default |
An object of class DataGeNET.Psy
genesOfInterest <- c("PECR", "ADH1C", "CAST", "ERAP1", "PPP2R2B",
"ESR1", "GATA4", "CDH13")
psyGeneSen <- psygenetGeneSentences( geneList = genesOfInterest,
database = "ALL")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.