home / zeropm-v0-0-4

consensus_index

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

4 rows where inchi_id = 139356

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
121579 121579 42260 42260 139356 2 0.15627703877331
330410 330410 111378 111378 139356 3 0.187120818612296
692373 692373 246919 246919 139356 4 0.123257711103296
959138 959138 345090 345090 139356 2 0.161770968979976
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 621.192ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website