I have a list of protein of fruit fly and its ortholog protein of silkworm, they are in a 2031*2 data frame, now I have another list which is some of the protein presented above and it’s gene name ,how do I add another column in the first data frame, and place the gene name of that protein after it according to the second list. For example
List1:
1 a
2 b
3 c
List2:
A a
C c
After opration
1 a A
2 b
3 c C