Hello
I have WIG file and need to find genes regulated by the protein which is alternatively spliced (to be precise - the type of alternative splicing should be a5ss - alternative donor sites)
Please advise what programs should I use for this purpose.
Alternative splicing analysis tools require BAM files so that they can use both read abundance across exons and reads spanning splice junctions to identify isoforms. WIG files are for visualization purpose. I don't know of any tools that takes wig files as input and predicts alternative splicing events. Rather, WIG files are often produced as output files from RNA-seq analysis.
Thank you for your answer. I found also sam and fastq files for input and chip-seq, hope this is enough. Could you please advise what programs should I use now?
You can use MISO that will take the SAM files as input. You can also use Tophat and Cufflinks that will take fastq files as input. I would suggest you to use Tophat+Cufflinks.
Thank you a lot!