home / zeropm-v0-0-4

consensus_index

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

20 rows where inchi_id = 106643

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
11302 11302 3443 3443 106643 9 0.318892052806409
58349 58349 18406 18406 106643 6 0.376795865202154
81840 81840 29466 29466 106643 6 0.376795865202154
158780 158780 57175 57175 106643 6 0.376795865202154
341782 341782 115344 115344 106643 6 0.388534585603912
478859 478859 174935 174935 106643 5 0.400540378378835
566042 566042 222262 222262 106643 4 0.386034787831929
697163 697163 248547 248547 106643 6 0.376795865202154
789397 789397 275693 275693 106643 4 0.386034787831929
789402 789402 275694 275694 106643 6 0.376795865202154
789407 789407 275695 275695 106643 4 0.386034787831929
1049161 1049161 371227 371227 106643 6 0.376795865202154
1049166 1049166 371228 371228 106643 6 0.376795865202154
1270817 1270817 418219 418219 106643 6 0.376795865202154
1270822 1270822 418220 418220 106643 6 0.376795865202154
1491118 1491118 461397 461397 106643 6 0.376795865202154
1491123 1491123 461398 461398 106643 6 0.376795865202154
1598088 1598088 482668 482668 106643 6 0.376795865202154
1675018 1675018 508431 508431 106643 6 0.376795865202154
1752580 1752580 536914 536914 106643 6 0.376795865202154
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 1169.764ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website