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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
758764 758764 266342 266342 95200 5 0.406543788162894
758765 758765 266342 266342 117773 1 0.101635947040723
758766 758766 266342 266342 150139 2 0.165970806516204
758767 758767 266342 266342 199804 1 0.203271894081447
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 1805.758ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website