A somewhat random list of nice data visualization type catalogs. Mostly taken from Yuri Engelhardt's tweet
Classic: https://datavizcatalogue.com
Thorough: http://datavizproject.com
| { | |
| "fgm": { | |
| "fragmentsServer": "//higlass.io/api/v1/", | |
| "fragmentsPrecision": 2, | |
| "fragmentsDims": 60, | |
| "fragmentsPadding": 50, | |
| "fragmentsBaseRes": 1000, | |
| "fragmentsPercentile": 99, | |
| "fragmentsIgnoreDiags": 1, | |
| "fragments": [ |
A somewhat random list of nice data visualization type catalogs. Mostly taken from Yuri Engelhardt's tweet
Classic: https://datavizcatalogue.com
Thorough: http://datavizproject.com
| chrom1,start1,end1,strand1,chrom2,start2,end2,strand2,dataset,zoomOutLevel,server,coords,corner-score,U-var,L-var,U-sign,L-sign | |
| chr4,69285000,70075000,+,chr4,69285000,70075000,+,CQMd6V_cRw6iCI_-Unl3PQ,0,//higlass.io,hg19,0.098279,0.20712,0.43713,0.4001,0.40554 | |
| chr4,18680000,20260000,+,chr4,18680000,20260000,+,CQMd6V_cRw6iCI_-Unl3PQ,0,//higlass.io,hg19,0.58392,0.31563,0.32759,0.5282,0.42433 | |
| chr4,42985000,44635000,+,chr4,42985000,44635000,+,CQMd6V_cRw6iCI_-Unl3PQ,0,//higlass.io,hg19,0.71638,0.29186,0.32687,0.61341,0.53275 | |
| chr4,60060000,60985000,+,chr4,60060000,60985000,+,CQMd6V_cRw6iCI_-Unl3PQ,0,//higlass.io,hg19,0.60764,0.29093,0.28665,0.41713,0.40194 | |
| chr4,8640000,9145000,+,chr4,8640000,9145000,+,CQMd6V_cRw6iCI_-Unl3PQ,0,//higlass.io,hg19,0.80964,0.2152,0.33994,0.47216,0.60157 | |
| chr4,22960000,24440000,+,chr4,22960000,24440000,+,CQMd6V_cRw6iCI_-Unl3PQ,0,//higlass.io,hg19,0.6919,0.25365,0.22566,0.43577,0.53228 | |
| chr4,125265000,126205000,+,chr4,125265000,126205000,+,CQMd6V_cRw6iCI_-Unl3PQ,0,//higlass.io,hg19,0.96028, |
| const delayPromise = (duration) => (...args) => new Promise((resolve) => { | |
| setTimeout(() => { resolve(...args); }, duration); | |
| }); | |
| export default delayPromise; |
| import { quat, vec3 } from 'gl-matrix'; | |
| import * as rbt from './rigid-body-transform.js'; | |
| const myFancyRbt = rbt.create(); | |
| // Rotate 45 degree around the x axis | |
| const r = rbt.create({ r: quat.fromEuler(45, 0, 0) }); | |
| myFancyRbt.multiply(r); | |
| // Translate |
| #!/bin/bash | |
| ENVIRONMENT=$1 | |
| ASSEMBLY=$2 | |
| RESOLUTION=$3 | |
| STATES=$4 | |
| STATESFN=$5 | |
| MARKSFN=$6 | |
| FILETOMOVESRC=$7 | |
| FILETOMOVEDEST=$8 |
| { | |
| "title": "Book Covers", | |
| "thumbnail": "https://user-images.githubusercontent.com/932103/89745160-d952b780-da7f-11ea-9af4-54a3fd205e07.jpg" | |
| } |
| { | |
| "title": "Matrices", | |
| "subtitle": "Hi-C Loop Patterns", | |
| "thumbnail": "https://user-images.githubusercontent.com/932103/90644105-5b6e7900-e202-11ea-8fa3-3f9c4c469f19.jpg" | |
| } |