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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
193775 193775 68861 68861 592 3 0.205936646622334
193776 193776 68861 68861 26488 11 0.471477224904516
193777 193777 68861 68861 52091 3 0.179902231462573
193778 193778 68861 68861 271476 1 0.117869306226129
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 960.441ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website