home / zeropm-v0-0-4

consensus_index

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

12 rows where inchi_id = 264278

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
31265 31265 9163 9163 264278 1 0.117486293603077
245558 245558 83553 83553 264278 2 0.12633254795382
720764 720764 254798 254798 264278 1 0.122882749975168
826584 826584 286904 286904 264278 1 0.122882749975168
826588 826588 286905 286905 264278 1 0.117486293603077
942253 942253 337265 337265 264278 1 0.122882749975168
1089874 1089874 380751 380751 264278 1 0.120572098824834
1318660 1318660 429296 429296 264278 1 0.120572098824834
1520917 1520917 468604 468604 264278 1 0.120572098824834
1602736 1602736 484166 484166 264278 1 0.120572098824834
1629530 1629530 492361 492361 264278 1 0.120572098824834
1727522 1727522 529029 529029 264278 1 0.117486293603077
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 2725.283ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website