home / zeropm-v0-0-4

consensus_index

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

9 rows where inventory_id = 45791

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
128101 128101 45791 45791 75435 5 0.350672044687904
128102 128102 45791 45791 171213 2 0.143161262757304
128103 128103 45791 45791 195604 2 0.101230299698919
128104 128104 45791 45791 198331 1 0.0584453407813173
128105 128105 45791 45791 208530 2 0.123981290385684
128106 128106 45791 45791 208531 2 0.0701344089375807
128107 128107 45791 45791 291896 1 0.0500960063839862
128108 128108 45791 45791 310261 1 0.0438340055859879
128109 128109 45791 45791 326635 1 0.0389635605208782
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 3152.01ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website