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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
727570 727570 256892 256892 75042 3 0.249000140016226
727571 727571 256892 256892 119646 1 0.131754361400662
727572 727572 256892 256892 129212 8 0.395263084201986
727573 727573 256892 256892 225093 2 0.197631542100993
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 819.896ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website