Circos is a software package for visualizing data and information. It visualizes data in a circular layout — this makes Circos ideal for exploring relationships between objects or positions.
Questions tagged [circos]
79 questions
0
votes
2 answers
Calculating overlap in MySQL
I'm trying to find out which classes have the most overlap between them. The data are stored in MySQL and each student has a completely separate row in the database for each class that he/she takes (I didn't configure it and I can't change it). I…

Andrew Brēza
- 7,705
- 3
- 34
- 40
0
votes
1 answer
Circos error: REQUIRED MODULE IS MISSING
I clearly have Clone in my list of Perl modules. Why am I getting this error?
I am running Perl 5.16 on Mac OS X v10.8 (Mountain Lion).
lraven$ cat run.out
*** REQUIRED MODULE IS MISSING ***
You are missing the Perl module Clone. Use CPAN to…

Lel
- 139
- 1
- 2
- 13
0
votes
2 answers
Repeated failure when trying to write the Makefile for perl module during install
I'm trying to install some perl modules as part of the set up for Circos. I'm installing the modules using cpan in terminal, and while the initial set up seems to go well, all the modules fail during the final step of the install, when the Makefile…

randomlysid
- 37
- 5
-1
votes
2 answers
ReferenceError: d3 is not defined
I tried to run this code:
var gieStainColor = {
gpos100: 'rgb(0,0,0)',
gpos: 'rgb(0,0,0)',
gpos75: 'rgb(130,130,130)',
gpos66: 'rgb(160,160,160)',
gpos50: 'rgb(200,200,200)',
gpos33: 'rgb(210,210,210)',
gpos25: 'rgb(200,200,200)',
…

user977828
- 7,259
- 16
- 66
- 117