# This example might take a long time to run, so we wrap it in donttest{}
# \donttest{
myhic=system.file('extdata', 'example.hic', package ='HiCocietyExample')
ftab=getContactFrequency(myhic,19,5000);
net = hic2network(ftab[1:100,]);
plot(net)
# }
Run the code above in your browser using DataLab