home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 8281

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
28561 28561 8281 8281 44779 1 0.0743990843189622
28562 28562 8281 8281 46445 6 0.297596337275849
28563 28563 8281 8281 92790 2 0.297596337275849
28564 28564 8281 8281 168970 1 0.148798168637924
28565 28565 8281 8281 169688 1 0.0991987790919496
28566 28566 8281 8281 256897 1 0.0595192674551698
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 815.188ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website