load_phenotype_to_genes: Load phenotype_to_genes.txt

Description Usage Arguments Value Examples

View source: R/load_phenotype_to_genes.R

Description

This is a function for loading the phenotype to genes text file from HPO. It adds the collumn names and returns as a dataframe

Usage

1
2
3
load_phenotype_to_genes(
  pheno_to_genes_txt_file = "data/phenotype_to_genes.txt"
)

Arguments

pheno_to_genes_txt_file

path to the phenotype to genes text file from the HPO. It contains phenotypes annotated with associated genes

Value

a dataframe of the phenotype_to_genes.txt file from HPO

Examples

1
2
3
4
## Not run: 
phenotype_to_genes <- load_phenotype2genes("data/phenotype_to_genes.txt")

## End(Not run)

ovrhuman/HPOExplorer documentation built on Dec. 22, 2021, 5:21 a.m.