Notebooks 2.0 is here.

Published
Edited
Jun 17, 2022
Insert cell
# eutils
<link href="https://episphere.github.io/gps/obs.css" rel="stylesheet">
Learning how to use http://eutils.ncbi.nlm.nih.gov by going through their <a href="https://www.youtube.com/watch?v=BCG-M5k-gvE" target="_blank">introductory video</a>.
Insert cell
eutils = async function (src = "esearch", q = "db=nucore&term=mouse[org]") {
const baseurl = "https://eutils.ncbi.nlm.nih.gov/entrez/eutils";
const url = `${baseurl}/${src}.fcgi?`;
return (await fetch(url)).text();
}
Insert cell
eutils()
Insert cell
Insert cell
Insert cell
fastA("NM_000546.6")
Insert cell
sq = await efetch(399923581)
Insert cell
// https://www.ncbi.nlm.nih.gov/clinvar/variation/12347/?new_evidence=false
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