home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 155127

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
430965 430965 155127 155127 3352 8 0.323398858592264
430966 430966 155127 155127 13648 1 0.0538998097653773
430967 430967 155127 155127 28288 1 0.107799619530755
430968 430968 155127 155127 62343 1 0.080849714648066
430969 430969 155127 155127 179463 1 0.080849714648066
430970 430970 155127 155127 183281 2 0.161699429296132
430971 430971 155127 155127 227909 1 0.107799619530755
430972 430972 155127 155127 233087 1 0.0646797717184528
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 1069.897ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website