Closed RuiqinZheng closed 6 years ago
I see that you are using KR normalized data as your input. You should be using un-normalized data with HiCcompare. It's possible the NaNs are already in your input data, can you check for any there? Try it again with the raw IFs and see if you get any NaNs. If you keep getting NaNs can you post your data so I can try to repeat the error?
sorry。。。。 But I met another problem。。。。 here is my orders: a=read.table("2X_50kb_all_observed_KR_hiccompare.matrix") b=read.table("4X_new_50kb_all_hiccompare.matrix") a1=a[,1] a2=a[,2] a3=a[,3] b1=b[,1] b2=b[,2] b3=b[,3] x2=data.frame(region1=a1,region2=a2,IF=a3) x4=data.frame(region1=b1,region2=b2,IF=b3)
why the second IF2 is NaN?
Thanks a lot! Best wishes!