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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
194150 194150 68951 68951 7487 3 0.111601867714763
194151 194151 68951 68951 35450 7 0.405588104046048
194152 194152 68951 68951 137419 2 0.202794052023024
194153 194153 68951 68951 186908 3 0.154760826437238
194154 194154 68951 68951 201385 1 0.101397026011512
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 1086.188ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website