You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using TopDom software to detect TADs from human chromosomes. it works perfectly with smaller chromosomes such as 22 and 21 but when I tried to use it for chr1, I got this error.
[1] "#########################################################################"
[1] "Step 0 : File Read "
[1] "#########################################################################"
[1] "-- Done!"
[1] "Step 0 : Done !!"
[1] "#########################################################################"
[1] "Step 1 : Generating binSignals by computing bin-level contact frequencies"
[1] "#########################################################################"
[1] "Step 1 Running Time : 0.697000000000116"
[1] "Step 1 : Done !!"
[1] "#########################################################################"
[1] "Step 2 : Detect TD boundaries based on binSignals"
[1] "#########################################################################"
[1] "Process Regions from 1 to 48609"
[1] "Step 2 Running Time : 1.96800000000007"
[1] "Step 2 : Done !!"
[1] "#########################################################################"
[1] "Step 3 : Statistical Filtering of false positive TD boundaries"
[1] "#########################################################################"
[1] "-- Matrix Scaling...."
Error in seq.default(1 + (n_bins * i), n_bins * n_bins, 1 + n_bins) :
'to' must be a finite number
Calls: TopDom -> scale -> seq -> seq.default
In addition: Warning message:
In n_bins * n_bins : NAs produced by integer overflow
Execution halted
Please could you help to figure out that issue?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I am using TopDom software to detect TADs from human chromosomes. it works perfectly with smaller chromosomes such as 22 and 21 but when I tried to use it for chr1, I got this error.
[1] "#########################################################################"
[1] "Step 0 : File Read "
[1] "#########################################################################"
[1] "-- Done!"
[1] "Step 0 : Done !!"
[1] "#########################################################################"
[1] "Step 1 : Generating binSignals by computing bin-level contact frequencies"
[1] "#########################################################################"
[1] "Step 1 Running Time : 0.697000000000116"
[1] "Step 1 : Done !!"
[1] "#########################################################################"
[1] "Step 2 : Detect TD boundaries based on binSignals"
[1] "#########################################################################"
[1] "Process Regions from 1 to 48609"
[1] "Step 2 Running Time : 1.96800000000007"
[1] "Step 2 : Done !!"
[1] "#########################################################################"
[1] "Step 3 : Statistical Filtering of false positive TD boundaries"
[1] "#########################################################################"
[1] "-- Matrix Scaling...."
Error in seq.default(1 + (n_bins * i), n_bins * n_bins, 1 + n_bins) :
'to' must be a finite number
Calls: TopDom -> scale -> seq -> seq.default
In addition: Warning message:
In n_bins * n_bins : NAs produced by integer overflow
Execution halted
Please could you help to figure out that issue?
Thanks
The text was updated successfully, but these errors were encountered: