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 = 452255

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1456409 1456409 452255 452255 2568 1 0.115921030945261
1456410 1456410 452255 452255 6319 10 0.504575593936323
1456411 1456411 452255 452255 45575 1 0.144901288681577
1456412 1456412 452255 452255 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 782.323ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website