home / zeropm-v0-0-4

consensus_index

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

5 rows where inchi_id = 8112

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
50050 50050 15524 15524 8112 3 0.229357856381386
162672 162672 58256 58256 8112 5 0.218313512169596
680014 680014 242987 242987 8112 3 0.229894398817214
873961 873961 301937 301937 8112 2 0.189075630252101
934021 934021 332877 332877 8112 2 0.141675014553583
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 800.266ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website