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 = 57300

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
159178 159178 57300 57300 24706 1 0.0241825786225027
159179 159179 57300 57300 62526 3 0.116257712090766
159180 159180 57300 57300 118621 1 0.241825786225027
159181 159181 57300 57300 203658 2 0.241825786225027
159182 159182 57300 57300 256510 2 0.120912893112514
159183 159183 57300 57300 257671 2 0.0604564465562568
159184 159184 57300 57300 262055 1 0.0302282232781284
159185 159185 57300 57300 264762 1 0.0403042977041712
159186 159186 57300 57300 265971 1 0.0268695318027808
159187 159187 57300 57300 269452 1 0.0483651572450055
159188 159188 57300 57300 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 2441.395ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website