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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
32411 32411 9541 9541 390 8 0.516750101232791
32412 32412 9541 9541 36061 1 0.129187525308198
32413 32413 9541 9541 183872 1 0.103350020246558
32414 32414 9541 9541 214510 2 0.210962345425315
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 1009.067ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website