home / zeropm-v0-0-4

consensus_index

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

8 rows where inchi_id = 128324

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
76102 76102 26997 26997 128324 1 0.119455469264097
159169 159169 57298 57298 128324 2 0.0969687526602295
159197 159197 57302 57302 128324 2 0.270344703743838
159216 159216 57304 57304 128324 1 0.386876596835389
510012 510012 204342 204342 128324 3 0.209165721820951
675376 675376 241459 241459 128324 3 0.209165721820951
675573 675573 241504 241504 128324 8 0.09206359683191
915995 915995 324682 324682 128324 2 0.0969687526602295
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 2029.664ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website