home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 93740

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
276495 276495 93740 93740 40067 2 0.0765644300088085
276496 276496 93740 93740 40069 2 0.187543785968617
276497 276497 93740 93740 131402 7 0.208983052015508
276498 276498 93740 93740 156474 1 0.375087571937234
276499 276499 93740 93740 203100 1 0.125029190645745
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 2537.519ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website