home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 282512

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
812111 812111 282512 282512 1688 2 0.1942366194588
812112 812112 282512 282512 38416 3 0.274692061548136
812113 812113 282512 282512 76681 1 0.0915640205160455
812114 812114 282512 282512 76685 2 0.274692061548136
812115 812115 282512 282512 327723 1 0.137346030774068
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 1224.211ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website