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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
213275 213275 74302 74302 46725 2 0.194939605645712
213276 213276 74302 74302 60383 1 0.0556970301844891
213277 213277 74302 74302 63043 1 0.0779758422582848
213278 213278 74302 74302 70926 10 0.312972246969924
213279 213279 74302 74302 160513 1 0.097469802822856
213280 213280 74302 74302 188316 1 0.0779758422582848
213281 213281 74302 74302 211121 1 0.0649798685485706
213282 213282 74302 74302 314109 1 0.097469802822856
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 1208.156ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website