home / zeropm-v0-0-4

consensus_index

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

15 rows where inchi_id = 111793

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
33092 33092 9765 9765 111793 1 0.208371439316717
42912 42912 13017 13017 111793 6 0.325302940844616
99492 99492 35216 35216 111793 6 0.325302940844616
128612 128612 45896 45896 111793 9 0.326350600153593
254947 254947 86571 86571 111793 1 0.201974351106958
288519 288519 97704 97704 111793 5 0.320859328975551
549280 549280 217113 217113 111793 3 0.332413958609899
717389 717389 253744 253744 111793 6 0.325302940844616
820854 820854 284998 284998 111793 5 0.333734649753349
820862 820862 284999 284999 111793 6 0.325302940844616
820870 820870 285000 285000 111793 3 0.332413958609899
820878 820878 285001 285001 111793 3 0.332413958609899
930064 930064 331099 331099 111793 3 0.332413958609899
1629010 1629010 492155 492155 111793 6 0.325302940844616
1633599 1633599 493811 493811 111793 1 0.20965725970798
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 2388.776ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website