home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 267859

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
764081 764081 267859 267859 10434 8 0.360142241053189
764082 764082 267859 267859 104489 1 0.051448891579027
764083 764083 267859 267859 137442 2 0.180071120526595
764084 764084 267859 267859 173322 1 0.120047413684396
764085 764085 267859 267859 173923 1 0.0450177801316486
764086 764086 267859 267859 223564 1 0.0600237068421982
764087 764087 267859 267859 239471 1 0.0720284482106378
764088 764088 267859 267859 259314 1 0.0900355602632973
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 1144.043ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website