home / zeropm-v0-0-4

consensus_index

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

3 rows where inchi_id = 11580

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
313460 313460 105773 105773 11580 2 0.271984049319937
936572 936572 334430 334430 11580 2 0.349368992914023
1746212 1746212 534831 534831 11580 3 0.379701479008309
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 603.556ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website