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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
266372 266372 90272 90272 4067 2 0.140487390752487
266373 266373 90272 90272 20200 4 0.354406029816343
266374 266374 90272 90272 25479 1 0.140487390752487
266375 266375 90272 90272 26130 6 0.334514747803149
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 2063.269ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website