home / zeropm-v0-0-4

consensus_index

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

7 rows where inventory_id = 100667

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
297824 297824 100667 100667 26172 1 0.104094901201602
297825 297825 100667 100667 75604 4 0.141090541937005
297826 297826 100667 100667 114691 1 0.156142351802404
297827 297827 100667 100667 129797 1 0.0780711759012018
297828 297828 100667 100667 133446 6 0.312284703604807
297829 297829 100667 100667 218939 1 0.0624569407209615
297830 297830 100667 100667 227083 2 0.127489696384677
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 929.992ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website