# This example might take a long time to run, so we wrap it in donttest{}
# \donttest{
myhic = system.file('extdata','example.hic',package = 'HiCocietyExample')
mydf=getContactFrequency(myhic, 19, 5000);
myprob=getContactProbability(mydf,farthest=2000000, resol=5000,prob=0.975,
n_cores=2);
# }
Run the code above in your browser using DataLab