home / zeropm-v0-0-4

consensus_index

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

7 rows where inventory_id = 155112

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
430899 430899 155112 155112 3331 8 0.331491712707182
430900 430900 155112 155112 119168 1 0.0828729281767956
430901 430901 155112 155112 149055 1 0.165745856353591
430902 430902 155112 155112 149332 1 0.110497237569061
430903 430903 155112 155112 169907 1 0.0662983425414365
430904 430904 155112 155112 178295 1 0.0552486187845304
430905 430905 155112 155112 247291 1 0.165745856353591
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 1625.578ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website