home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 430710

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1345047 1345047 430710 430710 65911 3 0.189433894577171
1345048 1345048 430710 430710 124127 6 0.34422423081657
1345049 1345049 430710 430710 133059 1 0.0860560577041426
1345050 1345050 430710 430710 148090 1 0.0688448461633141
1345051 1345051 430710 430710 230767 1 0.172112115408285
1345052 1345052 430710 430710 238301 1 0.11474141027219
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 841.074ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website