yesterday I posted this question but the friend who help me to solve this question didn't reply me, the line which he wrote have an error. Could any other person help me; I tried myself but didn't find what i want. briefly, I want to delete duplicated rows say:{'A','B'; 'B', 'A';'C', 'D'; 'C','D'} and keep only one single rows like this:{'A','B';'C','D'}
Example:
'TPB' 'TP53'
'ELL' 'TP53'
'SIT1' 'GRB2'
'ROHA' 'BRCA1'
'TP53' 'ELL'
'ROHA' 'BRCA1'
desired output:
'TPB' 'TP53'
'ELL' 'TP53'
'SIT1' 'GRB2'
'ROHA' 'BRCA1'
https://drive.google.com/file/d/0B6u8fZadKIp2bEVCN1IxVDBBWG8/view