home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 100095

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
295736 295736 100095 100095 4488 1 0.131912734652461
295737 295737 100095 100095 34717 1 0.0989345509893455
295738 295738 100095 100095 73567 6 0.395738203957382
295739 295739 100095 100095 144339 2 0.197869101978691
295740 295740 100095 100095 198283 1 0.0791476407914764
295741 295741 100095 100095 266678 1 0.0659563673262303
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 2212.096ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website