This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to create bigwig file in galaxy after MACS procedure(Chip Seq)

I have finished Chip Seq till MACS in Galaxy. galaxy

I want to get a bigwig file for motif detection. How can I do this?

chip-seq galaxy

Please stop adding bioinformatics as tags in your questions - every single post on this forum is related to bioinformatics - if not, they'd be marked off-topic and removed.

1 answer

Hello.

A bigWig file is not suitable for motif detection, but can be viewed on, for example, UCSC genome browser or IGV, You will need a fasta sequence file, which you can obtain using the "summits in bed" output. You could use bedtools 'slop' or use Galaxy 'Compute' to add and subtract, e.g. 100bp from the end coordinate of the summit file. If you cut out the appropriate chr, start, end coordinates to a new file, you can then get the corresponding fasta sequence using 'Extract Genomic DNA'.

I hope this helps.

What is the purpose of bigwig file then?

Invest some effort and Google before you ask here. I googled "bigwig file" and the first link is: https://software.broadinstitute.org/software/igv/bigwig which says

The main advantage of the bigWig files is that only the portions of the files needed to display a particular region are transferred, so for large data sets bigWig is considerably faster than regular WIG files.

Also, following up on a previous discussion, are you a bioinformatician or a jeweller?

Log in to answer this question.