robinweide / GENOVA

GENome Organisation Visual Analytics
GNU General Public License v3.0
68 stars 15 forks source link

hic file load error #336

Open Chuan0518 opened 11 months ago

Chuan0518 commented 11 months ago

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')

teunbrand commented 11 months ago

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

OMIC-coding commented 5 months ago

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