Gets problematic genes from problematic SNPs

get_problematic_genes(problematic_snps, weights, z_gene, z_thresh = 3)

Arguments

problematic_snps

a character vector of problematic SNP rsIDs.

weights

a list of weights

z_gene

A data frame with columns: "id", "z", giving the z-scores for genes.

z_thresh

cutoff of abs(z-scores) to select genes with large effect sizes

Value

a vector of problematic genes