home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 168102

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
465547 465547 168102 168102 7958 3 0.14221104925035
465548 465548 168102 168102 95488 1 0.2844220985007
465549 465549 168102 168102 142038 4 0.2844220985007
465550 465550 168102 168102 150153 1 0.0711055246251751
465551 465551 168102 168102 229155 3 0.108527342350219
465552 465552 168102 168102 285138 3 0.091535505616561
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 1668.151ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website