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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
430700 430700 155062 155062 47 1 0.0836653386454183
430701 430701 155062 155062 3186 8 0.334661354581673
430702 430702 155062 155062 5335 1 0.167330677290837
430703 430703 155062 155062 33692 1 0.111553784860558
430704 430704 155062 155062 48155 1 0.167330677290837
430705 430705 155062 155062 215496 1 0.111553784860558
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 899.346ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website