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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1722848 1722848 527629 527629 10434 6 0.300476162837357
1722849 1722849 527629 527629 104489 1 0.0481818698866515
1722850 1722850 527629 527629 137442 3 0.267693828303529
1722851 1722851 527629 527629 173322 1 0.112424363068853
1722852 1722852 527629 527629 173923 1 0.0421591361508201
1722853 1722853 527629 527629 223564 1 0.0562121815344267
1722854 1722854 527629 527629 239471 1 0.0674546178413121
1722855 1722855 527629 527629 259314 1 0.0843182723016401
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 899.131ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website