Published
Edited
Sep 18, 2020
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
queryUrl = {
return new URLSearchParams(param).toString();
};
Insert cell
Insert cell
Insert cell
Insert cell
fetchedArray.map( (obj) => {
let { tcga_participant_barcode : partId, expression_log2 : e_l2, ["z-score"] : z} = obj
let p = {
name: partId,
data : [e_l2, z]
}
return p
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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