Expands region_data with all SNPs
expand_region_data(region_data, snp_map, z_snp, maxSNP = Inf, ncore = 1)
a list of region gene IDs and SNP IDs and associated file names
a list of data frames with SNP-to-region map for the reference.
A data frame with columns: "id", "z", giving the z-scores for SNPs.
Inf or integer. Maximum number of SNPs in a region. Default is Inf, no limit. This can be useful if there are many SNPs in a region and you don't have enough memory to run the program.
The number of cores used to parallelize susie over regions
updated region_data with all SNPs