home / zeropm-v0-0-4

consensus_index

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

9 rows where inventory_id = 262256

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
745368 745368 262256 262256 2892 6 0.239976665444141
745369 745369 262256 262256 15055 1 0.0399961109073568
745370 745370 262256 262256 26133 2 0.0979700634187888
745371 745371 262256 262256 118938 1 0.0599941663610352
745372 745372 262256 262256 128482 2 0.239976665444141
745373 745373 262256 262256 159990 1 0.0799922218147136
745374 745374 262256 262256 162097 1 0.11998833272207
745375 745375 262256 262256 203613 1 0.0479953330888281
745376 745376 262256 262256 211865 1 0.0599941663610352
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 1654.799ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website