Hi All,
I have a file (data.frame) with column called Gene ID and I have positive pairs in another file (data.frame) and I want to remove (exclude) the positive pairs that match those in the original file to get negative pairs. I have about 3000 obs. Is there any way to remove the -ve pairs.
Maybe this logic might help:
Not sure of the exact functions in R, but this should be possible (from my limited R xp)