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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1345101 1345101 430719 430719 65911 3 0.189433894577171
1345102 1345102 430719 430719 124127 6 0.34422423081657
1345103 1345103 430719 430719 133059 1 0.0860560577041426
1345104 1345104 430719 430719 148090 1 0.0688448461633141
1345105 1345105 430719 430719 230767 1 0.172112115408285
1345106 1345106 430719 430719 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 1743.848ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website