Function that adds GWAS citation/phenotype to GWAS hit found through PCGR annotation
Source:R/utils.R
append_gwas_citation_phenotype.Rd
Function that adds GWAS citation/phenotype to GWAS hit found through PCGR annotation
Usage
append_gwas_citation_phenotype(
vcf_data_df = NULL,
gwas_citations_phenotypes = NULL,
p_value_threshold = 0.000001
)