Hi,
I have some bigWig files downloaded from the Encode project for specific ChiP-Seq data of human genome.
I would like to somehow extract the genes, which overlap the regions in these bigWig files.
I know I can convert the bigWig files into Bedgraph using the UCSC tools and I have also found bwtools on Github which can also manipulates bigwig files (into bed too).
but What do I do next?
How do I compare the resulted bed (or Bedgraph) file with my annotation files?
Does anyone has an idea as to how this can be done?
Thanks in advance
Tomas
Thanks for the fast response. Unfortunately this is not working as I have expected.
This is my wig file:
This is the bed file I get after using wig2bed (version 1.2.5b)
It all run w.o. errors, but the file I get at the end is this:
So am I correct in assuming that there are no overlaps? This seems a bit strange. Is there a way to test the results?
One way to test results is to echo ad hoc regions to bedmap directly, e.g. enter some chromosome
chrN
and start and stop positionsX
andY
where you know you should get overlap with genes:Another option is to load your WIG or BED data and the GENCODE annotations into tracks in a genome browser (like UCSC). This can provide exploration tools and visual confirmation of what you observe on the command line.