/OmicronspdbsB1.1.529

Omicronspdbs B1.1.529 K21 (L21sister clade) for further processing and re- dockings

Primary LanguageJavaScriptMIT LicenseMIT

Visualizing selection analysis results for evolution of the B.1.1.529 (WHO Omicron) clade

https://observablehq.com/@aglucaci/sc2-omicron@3792

View this notebook in your browser by running a web server in this folder. For example:

npx http-server

Or, use the Observable Runtime to import this module directly into your application. To npm install:

npm install @observablehq/runtime@4
npm install https://api.observablehq.com/@aglucaci/sc2-omicron@3792.tgz?v=3

Then, import your notebook and the runtime as:

import {Runtime, Inspector} from "@observablehq/runtime";
import define from "@aglucaci/sc2-omicron";

To log the value of the cell named “foo”:

const runtime = new Runtime();
const main = runtime.module(define);
main.value("foo").then(value => console.log(value));