Description Usage Arguments Value Examples
View source: R/load_phenotype_to_genes.R
This is a function for loading the phenotype to genes text file from HPO. It adds the collumn names and returns as a dataframe
1 2 3 | load_phenotype_to_genes(
pheno_to_genes_txt_file = "data/phenotype_to_genes.txt"
)
|
pheno_to_genes_txt_file |
path to the phenotype to genes text file from the HPO. It contains phenotypes annotated with associated genes |
a dataframe of the phenotype_to_genes.txt file from HPO
1 2 3 4 | ## Not run:
phenotype_to_genes <- load_phenotype2genes("data/phenotype_to_genes.txt")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.