home / zeropm-v0-0-4

consensus_index

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

9 rows where inchi_id = 161235

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
28741 28741 8310 8310 161235 1 0.195083110059949
81076 81076 29231 29231 161235 1 0.195083110059949
126099 126099 45056 45056 161235 2 0.160126358668782
237142 237142 80756 80756 161235 1 0.229965156794425
708374 708374 251488 251488 161235 2 0.131317430592214
806520 806520 280903 280903 161235 1 0.195083110059949
806524 806524 280904 280904 161235 1 0.227848101265823
886236 886236 308821 308821 161235 1 0.226415094339623
1624676 1624676 490594 490594 161235 1 0.195083110059949
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 2296.246ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website