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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
297616 297616 100616 100616 4840 2 0.122184954480115
297617 297617 100616 100616 46485 1 0.0610924772400575
297618 297618 100616 100616 75380 6 0.24436990896023
297619 297619 100616 100616 98317 1 0.0814566363200767
297620 297620 100616 100616 110129 1 0.048873981792046
297621 297621 100616 100616 119687 2 0.24436990896023
297622 297622 100616 100616 217565 1 0.0610924772400575
297623 297623 100616 100616 228951 1 0.0814566363200767
297624 297624 100616 100616 238024 1 0.0407283181600383
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 3038.847ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website