Intersect in R
A colleague asked me this question: “I’m trying to find a way to find genes that overlap between three datasets. I have used intersect for two dataframes but can’t seem to find a solution for three dataframes on google. Do you know any snazzy way of doing that?” I thought using the venn() function from…