home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 68471

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
192612 192612 68471 68471 9772 3 0.184287280106155
192613 192613 68471 68471 92809 2 0.265788250546223
192614 192614 68471 68471 137794 4 0.265788250546223
192615 192615 68471 68471 140209 1 0.0332235313182778
192616 192616 68471 68471 204149 2 0.0767264590001507
192617 192617 68471 68471 235154 1 0.0664470626365557
192618 192618 68471 68471 266406 1 0.0379697500780318
192619 192619 68471 68471 290898 1 0.0531576501092446
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 1609.511ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website