View source: R/gpt_annot_read.R
gpt_annot_read | R Documentation |
Read in phenotype annotations generated by GPT and do some initial preprocessing (e.g. adding HPO IDs).
gpt_annot_read(
save_dir = KGExplorer::cache_dir(package = "HPOExplorer"),
phenotype_to_genes = load_phenotype_to_genes(save_dir = save_dir),
force_new = FALSE,
hpo = get_hpo(),
include_nogenes = TRUE,
verbose = TRUE,
...
)
save_dir |
Directory to save a file to. |
phenotype_to_genes |
Output of load_phenotype_to_genes mapping phenotypes to gene annotations. |
force_new |
If |
hpo |
Human Phenotype Ontology object, loaded from get_ontology. |
include_nogenes |
Include phenotypes with no associated genes. |
verbose |
Print messages. |
... |
Arguments passed on to
|
data.table of phenotype annotations
gpt_annot <- gpt_annot_read()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.