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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
723230 723230 255639 255639 48155 8 0.362548942188169
723231 723231 255639 255639 60401 1 0.0906372355470423
723232 723232 255639 255639 113112 1 0.120849647396056
723233 723233 255639 255639 150671 1 0.181274471094085
723234 723234 255639 255639 196776 2 0.148009985857802
723235 723235 255639 255639 259678 1 0.0725097884376339
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 712.491ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website