home / zeropm-v0-0-4

consensus_index

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

4 rows where inchi_id = 124584

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
122278 122278 42475 42475 124584 5 0.382978723404255
162285 162285 58174 58174 124584 2 0.144534435261131
739102 739102 260471 260471 124584 2 0.150850463224922
936324 936324 334330 334330 124584 3 0.375
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 932.902ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website