Table 4. General RME graph prediction.
Input: Sequence s, RME prme, a collection of references REF = {ref 1,…, ref m}, and a RME graph rmeg = 〈V, E〉 | |
Output: RME candidate | |
1: | Let candidate = (0,0,0,0) |
2: | for rme ∈ V do |
3: | if rme matches s then |
4: | Set candidate = rme |
5: | end if |
6: | end for |