I got the following error:
"ERROR: Error in sprintf(\"%s not found in the intersection of %s and %s\", snp, : object 'in_fn1' not found\n"
I traced this to the function get_lead_snp, where objects in_fn1 and in_fn2 are used, but are not in scope since they aren't passed in to the function.
I got the following error: "ERROR: Error in sprintf(\"%s not found in the intersection of %s and %s\", snp, : object 'in_fn1' not found\n"
I traced this to the function get_lead_snp, where objects in_fn1 and in_fn2 are used, but are not in scope since they aren't passed in to the function.