Open dktanwar opened 4 years ago
@Irinalazar
I checked my code and analysis is running. I will further check it after the results are available.
As per discussion on 09.10.2020, we agreed to also perform overlap analysis within a window of 1kbp around mid of the peak regions.
For better visualization, the number of windows on the heatmap is the same (50).
Also, @plger suggested creating Enriched Heatmaps without methylation data. As we are not talking much about the methylation data, figures with methylation data can go into supplementary (that we made use of methylation data from literature).
Further, for the methylation data, I also asked the author of Enriched Heatmap about his opinion. The code we are using seems to be fine. https://github.com/jokergoo/ComplexHeatmap/issues/600
Overlap and perform analysis as in #28
Changes
rna_cutoff
: Instead of using (lfc > 1
&qval < 0.05
), now we only use (lfc > 1
).Results directory
Folder ending with the issue number (-36).
GO analysis using GREAT
Sub-folder 05. Further, in the output folder.
TF motif enrichment analysis using HOMER
Sub-folder 06. Further, in the output folder.
For further details on the results organization: #28
Enriched Heatmaps
The enriched heatmaps are created:
Heatmaps
Heatmaps directory:
20201001-04_EH_DO
logFC for RNA-Seq (colors)
Received this code from @plger!