GENOVA icon indicating copy to clipboard operation
GENOVA copied to clipboard

hic file load error

Open Chuan0518 opened this issue 2 years ago • 4 comments

when i using "balancing='KR'", i received the error: Reading data... Reading data... Error in juicer_in[, c(4, 1, 5, 2, 3)] : incorrect number of dimensions Calls: load_contacts -> loadJuicer -> lapply -> FUN Execution halted my code is: load_contacts(signal_path ='inter_30_filter.hic', sample_name = "WT",resolution =50000,balancing='KR')

Chuan0518 avatar Oct 08 '23 05:10 Chuan0518

The balancing argument should either be TRUE or FALSE, I think.

teunbrand avatar Oct 08 '23 07:10 teunbrand

I have encountered the same error, have you fixed it?

OMIC-coding avatar Apr 10 '24 07:04 OMIC-coding