User visible changes:
get_genes_within_1Mb_of_signif_SNPs()
- added arguement,pvalue_threshold
to permit users to enter their own significance threshold should they wish to. Default set to 5e-8, such that the function is backwards compatible with previous versions.
Bug fixes:
- [#2] - prevent error in
convert_loc_to_rs()
upon join ifstrand
column supplied by user - [#4] - prevent error in coloc's
check_dataset()
caused by defaultNA
supplied bycolochelpR::get_coloc_results()
whenN
is not supplied by user for a case control trait
Initial release.