home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 68499

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
192736 192736 68499 68499 13083 5 0.158415308485618
192737 192737 68499 68499 13096 3 0.0650988632866927
192738 192738 68499 68499 123874 1 0.0371993504495386
192739 192739 68499 68499 135162 1 0.260395453146771
192740 192740 68499 68499 143315 6 0.260395453146771
192741 192741 68499 68499 148831 1 0.0433992421911284
192742 192742 68499 68499 203189 4 0.0744064495531322
192743 192743 68499 68499 248295 3 0.0902740616144779
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 943.139ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website