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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
297296 297296 100541 100541 73037 1 0.238146107333429
297297 297297 100541 100541 75097 2 0.274987438350833
297298 297298 100541 100541 111803 6 0.324494108406582
297299 297299 100541 100541 259375 1 0.119073053666714
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 957.302ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website