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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
677834 677834 242194 242194 6575 8 0.327657731512723
677835 677835 242194 242194 19707 6 0.389652905600581
677836 677836 242194 242194 204527 1 0.12988430186686
677837 677837 242194 242194 290900 1 0.12988430186686
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 1141.818ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website