home / zeropm-v0-0-4

consensus_index

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

19 rows where inchi_id = 26243

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
13801 13801 4234 4234 26243 4 0.384615384615385
56397 56397 17715 17715 26243 4 0.384615384615385
86837 86837 31124 31124 26243 4 0.384615384615385
173733 173733 62064 62064 26243 5 0.388059701492537
334319 334319 112698 112698 26243 4 0.384615384615385
569498 569498 223347 223347 26243 4 0.387096774193548
693978 693978 247528 247528 26243 5 0.388059701492537
781874 781874 273388 273388 26243 4 0.387096774193548
781877 781877 273389 273389 26243 3 0.378378378378378
867226 867226 299272 299272 26243 2 0.375
1043366 1043366 369583 369583 26243 4 0.387096774193548
1043369 1043369 369584 369584 26243 4 0.387096774193548
1043372 1043372 369585 369585 26243 4 0.387096774193548
1043375 1043375 369586 369586 26243 4 0.387096774193548
1263866 1263866 416314 416314 26243 4 0.387096774193548
1486825 1486825 460152 460152 26243 4 0.387096774193548
1596950 1596950 482222 482222 26243 4 0.387096774193548
1671119 1671119 507020 507020 26243 4 0.387096774193548
1750427 1750427 536193 536193 26243 4 0.384615384615385
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 965.629ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website