Public
Edited
Jan 29, 2024
Insert cell
Insert cell
h5wasm = import("https://esm.sh/h5wasm@0.7.1");
Insert cell
f = new h5wasm.File("vieira19_Nasal_anonymised.processed.h5ad", "r")
Insert cell
keys = f.keys()
Insert cell
FS = (await h5wasm.ready).FS;
Insert cell
{
let response = await fetch("https://covid19.cog.sanger.ac.uk/vieira19_Nasal_anonymised.processed.h5ad", {
mode: "cors"
});
let ab = await response.arrayBuffer();

FS.writeFile("vieira19_Nasal_anonymised.processed.h5ad", new Uint8Array(ab));
return true;
}
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