Returns a list of two data frames.
the first data frame (tibble format) includes the loci data frame with following data structure:
variant.id: Character. Variant ID.
pval: Numeric. P-value.
variant.nearestCodingGene.symbol: Character. Symbol of the nearest coding gene to the variant.
variant.rsId: Character. Variant rsID.
variant.chromosome: Character. Chromosome of the variant.
variant.position: Integer. Position of the variant.
variant.nearestCodingGeneDistance: Integer. Distance to the nearest coding gene.
credibleSetSize: Integer. Size of the credible set.
ldSetSize: Integer. Size of the LD set.
oddsRatio: Numeric. Odds ratio.
beta: Numeric. Beta value.