Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/extract_genes_orphanet.R
extract_genes_orphanet extracts the genes associated to a known genetic disorder or a clinical feature from Orphanet database. The alias of a disease/phenotye are considered based on HPO database and then capture the information in Orphanet.
1 2 | extract_genes_orphanet(keyword,
localPDB = paste(getwd(),"localPDB",sep="/"), HPO.disease = NULL)
|
keyword |
character string: keyword, to search the disease, clinical feature, or phenotype. |
localPDB |
the path of localized public data bases. The default value is set in the working directory. |
HPO.disease |
Orpha Number of the disease. The default value is NULL, which means that all the Orpha Numbers of the disease in HPO are added. |
The function extracts the genes associated to a genetic disease especial rare disease, or a clinical feature or phenotype from Orphanet database. The keyword is searched not only in Ophanet, but also in HPO considering the alias of the diesease. More details about Ophanet can be seen in http://www.orpha.net/consor/cgi-bin/index.php.
a matrix will be returned including
1.OrphaNumber
2.Phenotype
3.GeneSymbol
4.GeneName
5.GeneType
6.AssociationType
7.AssociationStatus
Zongfu Cao (caozongfu@nrifp.org.cn)
1.Orphanet: an online rare disease and orphan drug data base. INSERM 1997. Available on http://www.orpha.net. Accessed [date accessed].
2.Orphadata: Free access data from Orphanet. INSERM 1997. Available on http://www.orphadata.org. Data version [XML]
pheno_extract_HPO
,
extract_omim
,
extract_uniprot
,
extract_clinvar
1 2 3 | ## extract genes from Orphanet
# orphanet.phenotype = extract_genes_orphanet(keyword = "retinoblastoma")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.