home / zeropm-v0-0-4

consensus_index

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

13 rows where inchi_id = 223976

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
28050 28050 8130 8130 223976 1 0.0628532192468177
87398 87398 31285 31285 223976 1 0.0628532192468177
156247 156247 56178 56178 223976 1 0.0628532192468177
235184 235184 80235 80235 223976 1 0.0627661959201973
436797 436797 156661 156661 223976 1 0.0627661959201973
558902 558902 219937 219937 223976 2 0.0893495206967972
705990 705990 250951 250951 223976 1 0.0584568701270201
802716 802716 279921 279921 223976 1 0.0584568701270201
802723 802723 279922 279922 223976 1 0.0601173772679401
802730 802730 279923 279923 223976 1 0.0622775800711744
870380 870380 300240 300240 223976 1 0.0621017824018066
1623791 1623791 490329 490329 223976 1 0.0610439767770469
1724847 1724847 528160 528160 223976 1 0.0628532192468177
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 1220.749ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website