home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 322358

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
912349 912349 322358 322358 37438 4 0.392156862745098
912350 912350 322358 322358 147029 1 0.196078431372549
912351 912351 322358 322358 155267 1 0.0980392156862745
912352 912352 322358 322358 227595 1 0.130718954248366
912353 912353 322358 322358 285840 1 0.0784313725490196
912354 912354 322358 322358 334559 1 0.065359477124183
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 1076.724ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website