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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
303497 303497 102666 102666 8250 6 0.313690618268139
303498 303498 102666 102666 121872 1 0.147875175581334
303499 303499 102666 102666 124008 3 0.193771296910956
303500 303500 102666 102666 169567 1 0.0887251053488006
303501 303501 102666 102666 202905 1 0.221812763372001
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 954.323ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website