home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 100575

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
297421 297421 100575 100575 13550 2 0.274735440206031
297422 297422 100575 100575 96847 1 0.0777069171207824
297423 297423 100575 100575 106492 6 0.388534585603912
297424 297424 100575 100575 121706 1 0.097133646400978
297425 297425 100575 100575 224718 1 0.129511528534637
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 1520.027ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website