Open liuyu988 opened 8 months ago
Are you sure you haven't flipped any labels somewhere ? The order in your multibigwigsummary is reversed from what your original command implies, and it seems to be post processed in some matter. If not, please share some example files to replicate the problem.
hi, everyone! I recently analyzed the chip-seq data for histone marks. I am very confused with the results for
pheatmap
andmultibigwigsummary
results. I plotted the enrichment level in the same genomic regions for WT and KO condition. from the profile or heatmap, I can get the conclusion that the average signal in WT will be higher than the ones in KO for some regions. however, I calculated the average scores for these regions bymultibigwigsummary
function, but I got the opposite result. To check the result, I observed the signal by IGV software. the observations were same as the heatmap, but opposite with themultibigwigsummary.
my code is as follow:
multiBigwigSummary
:plotHeatmap
:my results:
igv
:multiBigwigSummary
:chr start end KO WT chr4 155293554 155315474 24.22877 10.359672
could any one help me ? thanks a lot ! best wishes! Yu