Skip to content

kayalshri/ideogram

 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 84.1%
  • Python 13.8%
  • HTML 1.1%
  • CSS 1.0%