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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1204184 1204184 400334 400334 3526 9 0.426775700232892
1204185 1204185 400334 400334 13364 1 0.230471625679559
1204186 1204186 400334 400334 186426 1 0.153647750453039
1204187 1204187 400334 400334 238194 1 0.153647750453039
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 544.381ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website