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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
724322 724322 255960 255960 544 1 0.10558230868146
724323 724323 255960 255960 28012 10 0.339021229460825
724324 724324 255960 255960 45272 2 0.211164617362921
724325 724325 255960 255960 61054 1 0.0703882057876403
724326 724326 255960 255960 170786 1 0.0603327478179774
724327 724327 255960 255960 187534 1 0.10558230868146
724328 724328 255960 255960 199886 1 0.0844658469451684
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 891.771ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website