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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
790272 790272 275972 275972 13954 5 0.36212057971865
790273 790273 275972 275972 119305 8 0.402321784195298
790274 790274 275972 275972 190739 1 0.109774432350781
790275 790275 275972 275972 200114 1 0.0914786936256512
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 1395.904ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website