Public
Edited
Mar 5
15 forks
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
TCGA_expression_y_noproxy = {
let queryJSON = {
format: 'json',
gene: ygenes,
page: 1,
page_size: 2000,
sort_by: 'tcga_participant_barcode'
}

if(selectby == 0){
queryJSON.cohort = cohortID
} else {
queryJSON.tcga_participant_barcode = samples
}

let endpointurl='http://firebrowse.org/api/v1/Samples/mRNASeq'
console.log(endpointurl +'?' + jq.param(queryJSON))
return (await fetch(endpointurl +'?' + jq.param(queryJSON))).json()
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
jq = require("https://code.jquery.com/jquery-3.4.1.js")
Insert cell
Insert cell
import {text} from "@jashkenas/inputs"
Insert cell
import {textarea} from "@jashkenas/inputs"
Insert cell
import {radio} from "@jashkenas/inputs"
Insert cell
Insert cell
Plotly = require("https://cdn.plot.ly/plotly-latest.min.js")
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