version updated and error fixed
psygenet2r is an R package for query PsyGeNET database (www.psygenet.org) and perform co-morbidity studies within R framework.
psygenet2r
This report is used for package distribution while we walk thought BioConductor publication process. psygenet2r is already in Biocondcutor-devel.
While BioCondutor finish updating the package, psygenet2r can be installed using devtools from this repository:
devtools
library(devtools) install_github("aGutierrezSacristan/psygenet2r")
The following lines show two examples of how PsyGeNET can be queried using psygenet2r:
library(psygenet2r) qg <- psygenetGene(gene = 4852, database = "ALL", check = FALSE )
library(psygenet2r) qd <- psygenetDisease(disease = "schizophrenia", database = "ALL", evidenceIndex = c('>', 0.5) )
用于分析精神疾病相关基因和药物相互作用的R包
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
psygenet2r
psygenet2ris an R package for query PsyGeNET database (www.psygenet.org) and perform co-morbidity studies within R framework.What is this repository for?
This report is used for package distribution while we walk thought BioConductor publication process.
psygenet2ris already in Biocondcutor-devel.Package’ Status
How to start
Installation
While BioCondutor finish updating the package,
psygenet2rcan be installed usingdevtoolsfrom this repository:Querying PsyGeNET:
The following lines show two examples of how PsyGeNET can be queried using
psygenet2r: