TaoYang-dev / hicrep

R package to evaluate the reproducibility of Hi-C data
25 stars 4 forks source link

Problem with high resolution ? #62

Open Exenter opened 5 years ago

Exenter commented 5 years ago

Hi, I'm using version 1.8 installed from bioconductor. My goal here was to get the scc between a predicted matrix and the original one. Data resolution is 25kb, thus when using the package, it seems like it doesn't really enjoy it. I get Error in corr %*% wei : non conformable arguments. I know it's from the corr and wei vectors not having the same size after removing Nas.

Thing is, when changing the resolution to 50kb it works just fine. Any idea why this is happening ?

Thanks !