View notebook.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View sync_folder.py
#!/usr/bin/env python3 | |
import argparse | |
import logging | |
import os | |
import os.path as op | |
import resgen as rg | |
import sys |
View a.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View a.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View .PixiJsGeometricZooming
license: gpl-3.0 |
View index.js
function tileset_info() { | |
return { | |
'min_pos': [-2.5, -2.5], | |
'max_pos': [2.5, 2.5], | |
'bins_per_dimension': 256, | |
'max_width': 5, | |
'max_zoom': 50, | |
'mirror_tiles': 'false', | |
}; | |
} |
View custom-svg-annotations-example.html
<!DOCTYPE html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
<title>HiGlass</title> | |
<style type="text/css"> | |
.canvasjs-chart-credit { | |
display:none; |
View higlass-examples.json
[ | |
{ | |
"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]"] | |
}, |
NewerOlder