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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
934884 934884 333511 333511 5902 2 0.148511962566483
934885 934885 333511 333511 8363 1 0.16604142188528
934886 934886 333511 333511 123102 1 0.08302071094264
934887 934887 333511 333511 217741 1 0.110694281256853
934888 934888 333511 333511 250472 1 0.33208284377056
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 1380.769ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website