Closed apaytuvi closed 7 years ago
I will need to take a closer look at that. The error seems to imply that the log operation did not produce any values other than NaN.
What happens if you use transform=log1p
?
With transform=log1p
, I works @fidelram, but it gives a weird output:
What is the 'max' and 'min' of your corrected matrix?
What happens if you do not apply any transform (in other words if you plot using a linear scale)?
@fidelram Without transformation, it looks nice, just as I've posted here: https://github.com/maxplanck-ie/HiCExplorer/issues/52
Regarding minimum and maximum values:
>>> m.min()
1.119242523190496e-08
>>> m.max()
1.8245491357060435e+144
The maximum value is way too big! This should go away with proper correction. Did you try again with different thresholds?
On Wed, Dec 21, 2016 at 1:05 PM, apaytuvi notifications@github.com wrote:
Without transformation, it looks nice, just as I've posted here: #52 https://github.com/maxplanck-ie/HiCExplorer/issues/52
Regarding minimum and maximum values:
m.min() 1.119242523190496e-08 m.max() 1.8245491357060435e+144
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/maxplanck-ie/HiCExplorer/issues/55#issuecomment-268507064, or mute the thread https://github.com/notifications/unsubscribe-auth/AEu_1SSC-GEkgmD2TRE1j4TCl0r2Eu4yks5rKRX9gaJpZM4LRB17 .
--
Fidel Ramirez
Ok, increasing the lower threshold a bit, I get rid of these huge values! Thus, I don't get errors plotting the log-transformed counts. Thanks!
Hi,
when
transform = -log
in tracks.txt, everything's OK. Command:hicPlotTADs --tracks tracks.txt --region 1:20000000:22000000 --dpi 300 -out test.png
When
transform = log
, it throws: