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 = 100754

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
298151 298151 100754 100754 223 2 0.143973384373901
298152 298152 100754 100754 75860 10 0.434177024087203
298153 298153 100754 100754 154287 1 0.166246144448826
298154 298154 100754 100754 168236 1 0.0997476866692956
298155 298155 100754 100754 234767 1 0.12468460833662
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 854.631ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website