home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 323351

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
914236 914236 323351 323351 18682 1 0.173681297521571
914237 914237 323351 323351 59249 5 0.37764201721437
914238 914238 323351 323351 168464 1 0.130260973141178
914239 914239 323351 323351 272947 1 0.260521946282357
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 2266.869ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website