Entering edit mode
6.4 years ago
vinayjrao
▴
260
Hi,
I have two data frames, both containing the columns GeneName and logFC.
Using intersect(), I have obtained the common genes between the two. I want to know how to merge my two dataframes based on the common dataframe.
Thank you.