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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
57960 57960 18256 18256 29971 4 0.31868191605816
57961 57961 18256 18256 145541 2 0.130101347432492
57962 57962 18256 18256 187573 4 0.31868191605816
57963 57963 18256 18256 188524 2 0.130101347432492
57964 57964 18256 18256 267134 1 0.0796704790145401
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 766.293ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website