home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 60067

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
168410 168410 60067 60067 11645 2 0.142318961908748
168411 168411 60067 60067 73582 10 0.426956885726245
168412 168412 60067 60067 136885 1 0.106739221431561
168413 168413 60067 60067 138957 2 0.213478442863123
168414 168414 60067 60067 282008 1 0.0853913771452491
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 999.203ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website