home / zeropm-v0-0-4

consensus_index

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

3 rows where inventory_id = 16403

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
52736 52736 16403 16403 15305 7 0.36547423895297
52737 52737 16403 16403 102661 2 0.445518087543659
52738 52738 16403 16403 339859 1 0.14850602918122
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 760.102ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website