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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
328346 328346 110683 110683 21889 2 0.25
328347 328347 110683 110683 21895 1 0.125
328348 328348 110683 110683 83972 4 0.25
328349 328349 110683 110683 179756 1 0.0833333333333333
328350 328350 110683 110683 221470 1 0.125
328351 328351 110683 110683 261087 1 0.0833333333333333
328352 328352 110683 110683 271264 1 0.0625
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 610.66ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website