home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 210358

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
529992 529992 210358 210358 70771 7 0.422535211267606
529993 529993 210358 210358 159926 1 0.140845070422535
529994 529994 210358 210358 176708 1 0.0845070422535211
529995 529995 210358 210358 224334 1 0.105633802816901
529996 529996 210358 210358 234641 1 0.211267605633803
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 963.412ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website