This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d3.svg.circularbrush = function() { | |
var _extent = [0,Math.PI * 2]; | |
var _circularbrushDispatch = d3.dispatch('brushstart', 'brushend', 'brush'); | |
var _arc = d3.svg.arc().innerRadius(50).outerRadius(100); | |
var _brushData = [ | |
{startAngle: _extent[0], endAngle: _extent[1], class: "extent"}, | |
{startAngle: _extent[0] - .2, endAngle: _extent[0], class: "resize e"}, | |
{startAngle: _extent[1], endAngle: _extent[1] + .2, class: "resize w"} | |
]; | |
var _newBrushData = []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "views": | |
[ | |
{ | |
"chromInfoPath": "//s3.amazonaws.com/pkerp/data/hg19/chromInfo.txt", | |
"domain": [ | |
0, | |
3000000000 | |
], | |
"viewStyle": { | |
"float": "left", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"views": [ | |
{ | |
"chromInfoPath": "//s3.amazonaws.com/pkerp/data/hg19/chromInfo.txt", | |
"domain": [ | |
0, | |
3000000000 | |
], | |
"viewStyle": { | |
"float": "left", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hey |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"url": "http://higlass.io/app/?config=L4nKi6eGSzWOpi-rU2DAMA", | |
"title": "Epilogos", | |
"description": "The epilogos track type (https://epilogos.altiusinstitute.org/) shows an overview of the epigenetic states found along the genome.", | |
"category": "Useful view configurations", | |
"image": "https://user-images.githubusercontent.com/2143629/42416058-b698b002-8232-11e8-9952-b43108cfdbd2.png", | |
"columns": 2, | |
"locations": ["chr3:180,376,342-180,443,561 & chr3:180,405,434-180,415,676 [offset 0,0:0,0]"] | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<body> | |
<div id="zoom-filtering-div" style="width: 400px; margin: auto"> | |
</div> | |
<link href="style.css" rel="stylesheet" /> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.js"></script> | |
<script src="script.js"></script> | |
<script> |
OlderNewer