Closed QianzhaoJ closed 4 years ago
Hi Qianzhao,
Thank you for reporting this bug, you are right about the indices. We are working on fixing this and hope to push this to the development branch somewhere this week.
Best wishes, Teun
I think this is now fixed in the development branch
Hi, it's a very useful tools for hic analysis ! But when I used
cis_trans
for intra-arm percentages ,I think I got the wrong result :I checked the source code about
cis_trans
,and I found some problems in :bedI
is the Hi-C bin indices, I don't think it can be used to extracted directly fromx$MAT
as an index. And in my sample “WT_P3 ”,thebedI
isthe
bedMAT
isAt last, my scripts are
cisChrom_out <- cis_trans( list(WT_P3_100kb,R_P3_100kb,Homo_P3_100kb,WS_P3_100kb,WT_P9_100kb,R_P9_100kb,Homo_P9_100kb,WS_P9_100kb) , bed = p_arms)
and the p_arms is :Can you give me some suggestions ?
Best wishes Qianzhao