I used R and I wrote a script that analyzes peak files from ChIP-seq experiments from ENCODE. I am new to this field and I want to find only the upregulated and downregulated genes so as to put them as input in a vizualization tool that will show relations between genes like these Gene A inhibits Gene B(A:->B) or GENE A triggers/regulates GENE B(A->B).
I need only the upregulated and downregulated genes .
These are some lines from the macs.anno file i created with my R script using ChIPpeakAnno package:
Thank you all for your time and the answers! I really appreciate all of you!