home / zeropm-v0-0-4

consensus_index

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

3 rows where inchi_id = 201688

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
682222 682222 243620 243620 201688 2 0.0696652147826009
878113 878113 304616 304616 201688 1 0.100264577763611
1745540 1745540 534645 534645 201688 1 0.100378946544198
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 1151.022ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website