home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 247696

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
694486 694486 247696 247696 6206 2 0.190054410865323
694487 694487 247696 247696 55222 3 0.380108821730646
694488 694488 247696 247696 97117 1 0.126702940576882
694489 694489 247696 247696 333066 1 0.126702940576882
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 772.33ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website