Skip to content
Prev 140328 / 398506 Next

Compare two data sets

Here is one way to find the common rows.  You can then use the 'keys'
gotten back to reconstruct a new data frame:
+ YBL064C YBR067C
+ YBL064C YBR204C
+ YBL064C YDR368W
+ YBL064C YJL067W
+ YBL064C YPR160W
+ YBR053C YGL089C
+ YBR053C YHR113W
+ YBR053C YNL328C"), header=TRUE)
+ YBL064C YBR067C
+ YBL064C YBR204C
+ YBL064C YDR368W"), header=TRUE)
[1] "YBL064C YBR067C" "YBL064C YBR204C" "YBL064C YDR368W"
On Tue, Mar 25, 2008 at 9:18 PM, Suhaila Zainudin
<suhaila.zainudin at gmail.com> wrote: