Hi everyone,
I have two csv files where the content of one file is in other file, but not in exactly same column/row position. The headers and IDs are same, but the corresponding contents are not always same. Is there any way I can look for each ID/header content of one file into another and see if they are same. I would prefer this in R, but not sure how to get this done. Please advise.
Thank you.
Here are the files and I want to see where exactly they differ.
File1
mpk mkk mkkk Rdh Jak
1 5,6 22,22 18,19 20,20 50,40
2 10,19 12,14 19,22 34,50 40,44
3 11,13 15,16 22,22 50,50 34,38
File 2
mpk mkk mkkk Rdh Jak
1 8,8 11,11 18,19 20,20 50,40
2 10,19 12,14 19,22 16,18 40,44
3 11,13 15,16 22,22 50,50 3,3
This is not a bioinformatics problem, especially with the example given!
OK I changed it. Here is the actual problem. I made that old example to make you guys understand.
So basically, you are trying to see if two particular column from two different file, disregarding their title, whether if they are the same?