home / zeropm-v0-0-4

consensus_index

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

3 rows where inventory_id = 440584

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1412706 1412706 440584 440584 6291 2 0.445279211206078
1412707 1412707 440584 440584 181706 8 0.314859949765215
1412708 1412708 440584 440584 199943 4 0.128541036227187
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 814.562ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website