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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
302132 302132 102261 102261 1805 2 0.273972602739726
302133 302133 102261 102261 102554 1 0.136986301369863
302134 302134 102261 102261 111454 6 0.273972602739726
302135 302135 102261 102261 228115 1 0.136986301369863
302136 302136 102261 102261 281169 2 0.091324200913242
302137 302137 102261 102261 296324 2 0.0684931506849315
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.518ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website