home / zeropm-v0-0-4

consensus_index

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

11 rows where inventory_id = 324676

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
915964 915964 324676 324676 24706 1 0.0241825786225027
915965 915965 324676 324676 62526 3 0.116257712090766
915966 915966 324676 324676 118621 1 0.241825786225027
915967 915967 324676 324676 203658 2 0.241825786225027
915968 915968 324676 324676 256510 2 0.120912893112514
915969 915969 324676 324676 257671 2 0.0604564465562568
915970 915970 324676 324676 262055 1 0.0302282232781284
915971 915971 324676 324676 264762 1 0.0403042977041712
915972 915972 324676 324676 265971 1 0.0268695318027808
915973 915973 324676 324676 269452 1 0.0483651572450055
915974 915974 324676 324676 307714 1 0.0345465408892896
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 2128.066ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website