Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/variants_compile.R
To get a variant set related to a disease especially for a rare disease from multiple database, including omim, clinvar and uniprot.
1 2 | variants_compile(omim, clinvar, uniprot,
localPDB.path = paste(getwd(), "localPDB", sep = "/"))
|
omim |
the object from extract.omim function. |
clinvar |
the object from extract.clinvar function. |
uniprot |
the object from extract.uniprot function. |
localPDB.path |
the path of localized public data bases. |
A variant maybe have different names in different databases. All the variants in OMIM and Uniprot are compared with ClinVar, then the additional variants are appended the clinVar-like summary variant set.
A matrix containing all the variant-gene-phenotypes relationships.
Zongfu Cao (caozongfu@nrifp.org.cn)
pheno_extract_HPO
, extract_omim
,
extract_genes_orphanet
, extract_clinvar
,
extract_uniprot
1 2 3 | #variantsPDB <- variants_compile(omim = variants.omim,
# clinvar = variants.clinvar,
# uniprot = variants.uniprot)
|
Loading required package: XML
Loading required package: XML2R
Loading required package: curl
Loading required package: stringr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.