home / zeropm-v0-0-4

consensus_index

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

4 rows where inchi_id = 73017

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
295172 295172 99927 99927 73017 8 0.625
297279 297279 100534 100534 73017 1 0.238095238095238
541607 541607 214430 214430 73017 8 0.625
1652682 1652682 500564 500564 73017 1 0.3125
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 2879.443ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website