hi,
supposing a list of TFs and their targets as below
> head(tf2target[,1:2])
   TF                gene
1 AHR            1/2-SBSRNA4
2 AHR           A4GALT
3 AHR           AAMP
4 AHR           AANAT
and a list of 35 TFs, how I can extract targets of these 35 TFs from above list?
thank you for any suggestion
mergedFile <- merge(tf2target, listof35TFs, by="TF")