Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

461 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ideogram

Build Status

Chromosome visualization with D3.js

All human genes

More examples: http://eweitz.github.io/ideogram/

Installation

$ cd <your local web server document root>
$ git clone https://github.com/eweitz/ideogram.git

Then go to http://localhost/ideogram/examples.

Usage

<head>
  <link type="text/css" rel="stylesheet" href="../src/css/ideogram.css">
  <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.1.1/d3.min.js"></script>
  <script type="text/javascript" src="../src/js/ideogram.js"></script>
</head>
<body>
  <script type="text/javascript">
      var ideogram = new Ideogram({
          organism: "human",
          annotations: [{
            "name": "BRCA1",
            "chr": "17",
            "start": 43044294,
            "stop": 43125482
          }]
        });
  </script>
</body>

About

Chromosome visualization with D3.js

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages