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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
464038 464038 166731 166731 5795 1 0.313630896136393
464039 464039 166731 166731 131029 2 0.18107488231053
464040 464040 166731 166731 215980 4 0.313630896136393
464041 464041 166731 166731 260043 1 0.156815448068196
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 2296.66ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website