Skip to content

Instantly share code, notes, and snippets.

@pkerpedjiev
pkerpedjiev / .block
Last active May 3, 2017 16:02 — forked from mbostock/.block
SVG Geometric Zooming
license: gpl-3.0
@pkerpedjiev
pkerpedjiev / .block
Last active May 3, 2017 16:03 — forked from mbostock/.block
Canvas Geometric Zooming
license: gpl-3.0
@pkerpedjiev
pkerpedjiev / .d3v4-selectable-force-directed-graph
Last active March 2, 2022 11:10
D3v4 Selectable, Draggable, Zoomable Force Directed Graph
.
@pkerpedjiev
pkerpedjiev / index.html
Created April 19, 2017 01:21
D3 event filtering
<!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>
[
{
"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]"]
},
hey
@pkerpedjiev
pkerpedjiev / config.json
Created November 19, 2016 20:41
Various 1D tracks
{
"views": [
{
"chromInfoPath": "//s3.amazonaws.com/pkerp/data/hg19/chromInfo.txt",
"domain": [
0,
3000000000
],
"viewStyle": {
"float": "left",
@pkerpedjiev
pkerpedjiev / cnv_calls.txt
Created November 19, 2016 19:17
CNV calls
{ "views":
[
{
"chromInfoPath": "//s3.amazonaws.com/pkerp/data/hg19/chromInfo.txt",
"domain": [
0,
3000000000
],
"viewStyle": {
"float": "left",
@pkerpedjiev
pkerpedjiev / block_trees.json
Last active February 13, 2017 01:40
Cambridge Tree Map
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pkerpedjiev
pkerpedjiev / .PixiJsGeometricZooming
Last active August 7, 2019 06:29
Pixi.js Geometric Zooming
license: gpl-3.0