home / zeropm-v0-0-4

consensus_index

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

4 rows where inchi_id = 184702

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
138335 138335 49266 49266 184702 1 0.134074324991519
730222 730222 257592 257592 184702 2 0.122471695495641
882610 882610 306891 306891 184702 1 0.16664462372702
1761696 1761696 540957 540957 184702 1 0.16664462372702
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 808.016ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website