home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 403301

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1213512 1213512 403301 403301 2568 1 0.115921030945261
1213513 1213513 403301 403301 6319 10 0.504575593936323
1213514 1213514 403301 403301 45575 1 0.144901288681577
1213515 1213515 403301 403301 225017 1 0.193201718242102
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 964.474ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website