home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

9 rows where inchi_id = 104489

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
124827 124827 43220 43220 104489 1 0.0513039760581445
311024 311024 105012 105012 104489 5 0.380952380952381
682887 682887 243882 243882 104489 1 0.0481818698866515
764074 764074 267858 267858 104489 1 0.0481818698866515
764082 764082 267859 267859 104489 1 0.051448891579027
915276 915276 324238 324238 104489 1 0.0509987250318742
1620646 1620646 489397 489397 104489 1 0.0481818698866515
1661559 1661559 503628 503628 104489 5 0.382978723404255
1722849 1722849 527629 527629 104489 1 0.0481818698866515
CREATE TABLE [consensus_index] (
        [inventory_id] integer,
        [inchi_id] text,
        [consensus_score] text,
        [consensus_count] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);
Powered by Datasette · Queries took 1718.356ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website