Published
Edited
Nov 22, 2019
Fork of GTEx
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
images = (await fetch('https://gtexportal.org/rest/v1/histology/image?format=json')).json()
Insert cell
Insert cell
Insert cell
testSample = (await fetch('https://gtexportal.org/rest/v1/biobank/sample?format=json&subjectId=GTEX-111FC')).json()
Insert cell
Insert cell
Insert cell
Insert cell
gt.getSample({tissueSampleId:'GTEX-111FC-0826'})
Insert cell
Insert cell
md`### load gtex library as gt`
Insert cell
//gt = require('http://localhost:8000/gtex/gtex.js')
gt = require('https://episphere.github.io/gtex/gtex.js')
Insert cell
md`### load graphics library`
Insert cell
Insert cell
md`### Miscelaneous`
Insert cell
blb = (await fetch('https://dcc.icgc.org/api/v1/download?fn=/release_16/Projects/COAD-US/simple_somatic_mutation.open.COAD-US.tsv.gz')).blob()
Insert cell
segunUrl='https://gtexportal.org/rest/v1/association/dyneqtl?gencodeId=ENSG00000179750.11&variantId=rs1014971&tissueSiteDetailId=Liver&datasetId=gtex_v7'
Insert cell
testGenotype = (await fetch(segunUrl)).json()
Insert cell
nicole = (await fetch('https://episphere.github.io/sas-connect/Reduced_BEI.json')).json()
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more