home / zeropm-v0-0-4

consensus_index

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

26 rows where inchi_id = 75277

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
27095 27095 7885 7885 75277 1 0.3125
31264 31264 9163 9163 75277 1 0.293715734007692
31574 31574 9275 9275 75277 8 0.625
173223 173223 61877 61877 75277 2 0.319148936170213
230240 230240 78903 78903 75277 1 0.3125
245557 245557 83553 83553 75277 2 0.31583136988455
247186 247186 84119 84119 75277 8 0.566985572276406
435568 435568 156340 156340 75277 1 0.3125
696485 696485 248297 248297 75277 1 0.3125
720763 720763 254798 254798 75277 1 0.307206874937919
787782 787782 275135 275135 75277 2 0.314285714285714
787784 787784 275136 275136 75277 1 0.3125
791817 791817 276443 276443 75277 1 0.180675082268207
826583 826583 286904 286904 75277 1 0.307206874937919
826587 826587 286905 286905 75277 1 0.293715734007692
942252 942252 337265 337265 75277 1 0.307206874937919
942263 942263 337272 337272 75277 4 0.6
1089873 1089873 380751 380751 75277 1 0.301430247062085
1318659 1318659 429296 429296 75277 1 0.301430247062085
1520916 1520916 468604 468604 75277 1 0.301430247062085
1602735 1602735 484166 484166 75277 1 0.301430247062085
1621876 1621876 489736 489736 75277 1 0.3125
1629529 1629529 492361 492361 75277 1 0.301430247062085
1630325 1630325 492670 492670 75277 8 0.625
1727521 1727521 529029 529029 75277 1 0.293715734007692
1727890 1727890 529150 529150 75277 8 0.625
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 2719.282ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website