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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
508002 508002 203219 203219 24706 1 0.0241825786225027
508003 508003 203219 203219 62526 3 0.116257712090766
508004 508004 203219 203219 118621 1 0.241825786225027
508005 508005 203219 203219 203658 2 0.241825786225027
508006 508006 203219 203219 256510 2 0.120912893112514
508007 508007 203219 203219 257671 2 0.0604564465562568
508008 508008 203219 203219 262055 1 0.0302282232781284
508009 508009 203219 203219 264762 1 0.0403042977041712
508010 508010 203219 203219 265971 1 0.0268695318027808
508011 508011 203219 203219 269452 1 0.0483651572450055
508012 508012 203219 203219 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 2433.522ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website