Hello all,

I have a do file with a m:1 merge merging in mutation characteristics (missense mutation change) from a public database (1: side) to the m-side of my master with observations containing study mutation data. While the code runs and I am happy with the way the merge looks although some did not match for acceptable reasons, the code halts everything after that. The do file containing this code is nested in a master do file and I am trying to find a fix for this. Would appreciate any help. It is not easy to -dataex- since this is a merge of two files. What can I do to change the code? Looked up help but I cannot fathom what I am doing wrong.


merge m:1 mischange using ".\Rcodes\iarctp53", keepusing(dne_lofclass dneclass hotspot structural_motif) assert(match master) keep(match)

after merge, not all observations from master or matched
(merged result left in memory)
r(9);