daisybio / TF-Prioritizer

Bioinformatics pipeline to identify differentially active transcription factors between conditions using expression and epigenetic data
GNU General Public License v3.0
13 stars 0 forks source link

Add DIMMER for methylation #66

Open Firestar93 opened 10 months ago

nictru commented 10 months ago

Please describe what we should use this tool for and how we can put this in our pipeline

Some potentially interesting resources:

mlist commented 10 months ago

Since the original publication by the Baumbachlab, Dimmer has been significantly extended by Manuela Lautizi, @JohannesKersting and @alex-d13 among others. It now has considerably more features. The main purpose of the tool is to dynamically identify regions of DNA that are differentially methylated between conditions. Such DMRs may hold relevant TFBS. During the meeting Martin Hirst pointed out to us how important DMRs are for TF activity changes (possibly even more so than other epigenetic signales) which is why we wanted to include DIMMER here for identifying regions of interest for further analysis.

nictru commented 10 months ago

I have just looked at the documentation and discovered that at least the SDU version takes IDAT files as input, which apparently is a specialized Illumina raw data format which presumably is not available to most users. Starting from wig/signal files would probably be more user friendly. Unfortunately I could not find documentation for the updated version of @JohannesKersting, maybe something like this has already been implemented?

nictru commented 10 months ago

Here some notes on a potential implementation:

Firestar93 commented 10 months ago

We should talk to Johannes for this issue.

JohannesKersting commented 10 months ago

The current version of Dimmer also supports beta-values matrices in CSV format as input. The SDU version is quite outdated. I will mail you a more up-to-date version of the manual.