home / zeropm-v0-0-4

consensus_index

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

7 rows where inventory_id = 450266

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1450183 1450183 450266 450266 3529 5 0.283533260632497
1450184 1450184 450266 450266 24326 1 0.0945110868774991
1450185 1450185 450266 450266 40545 1 0.0567066521264995
1450186 1450186 450266 450266 128168 2 0.283533260632497
1450187 1450187 450266 450266 186482 1 0.141766630316249
1450188 1450188 450266 450266 197685 1 0.0708833151581243
1450189 1450189 450266 450266 199673 1 0.0472555434387495
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 1108.464ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website