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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
382350 382350 130884 130884 16110 1 0.317304060256797
382351 382351 130884 130884 63518 2 0.224367852705606
382352 382352 130884 130884 65870 4 0.317304060256797
382353 382353 130884 130884 263972 1 0.105768020085599
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 1937.336ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website