home / zeropm-v0-0-4

consensus_index

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

4 rows where inchi_id = 145094

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
282333 282333 95754 95754 145094 1 0.166209684747432
454991 454991 163473 163473 145094 1 0.166209684747432
556905 556905 219391 219391 145094 1 0.166209684747432
1736380 1736380 531934 531934 145094 1 0.146341463414634
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 3015.125ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website