Entering edit mode
5.5 years ago
vinayjrao
▴
250
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.