The browser currently supports a new format called type=longTabix that can display inter-chromosomal interactions across the genome, here is an example custom track:
track type=longTabix name=longRange description="This data is using longTabix" bigDataUrl=http://hgwdev.cse.ucsc.edu/~braney/longRange/Esc_40kb_hindIII_rep1.over10.gz
This longTabix track type points to a .gz file, where there is also a .gz.tbi file that provides an index. The tab-separated .gz file has contents like the following (corresponding to the session area, please note that many of the example coordinates are about 40,000 bp apart: 14358129 14398129):
chr21 14358129 14398129 chr21:14678129-14718129,10.2666969602672 7864858 +
chr21 14598129 14638129 chr21:15118129-15158129,12.5964954534209 7864870 +
This gives an idea of what happens if there are coordinates to another chromosome, where in this session region there are data such as the following:chr19 44116910 44119168 chr21:47876840-47878656,2 31515 .
This format may change with further development, feedback is welcomed.