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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
465351 465351 168004 168004 123194 2 0.307463164523834
465352 465352 168004 168004 150114 1 0.144939525733252
465353 465353 168004 168004 224623 1 0.0869637154399511
465354 465354 168004 168004 263737 5 0.329530860444075
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 1111.827ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website