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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
192732 192732 68498 68498 13083 5 0.204759650021143
192733 192733 68498 68498 140331 3 0.314176573984864
192734 192734 68498 68498 143315 4 0.279899507032839
192735 192735 68498 68498 150592 1 0.0989594197368461
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 1897.44ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website