TaoYang-dev / hicrep

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

Different matrix sizes #58

Open Lila14 opened 7 years ago

Lila14 commented 7 years ago

Am I correct in understanding that the two input matrices must be of the same size with the same genomic coordinate for every row? I think this is the reason for the following error:

Error in data.frame(vec_Rep1, vec_Rep2[, 3]) : 
  arguments imply differing number of rows: 38167684, 38130625
Calls: htrain -> prep -> data.frame

It would be useful if future versions could include support for matrices with different sizes or genomic coordinates. Thanks!