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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
341398 341398 115197 115197 14158 1 0.100478468899522
341399 341399 115197 115197 30857 8 0.401913875598086
341400 341400 115197 115197 30858 2 0.200956937799043
341401 341401 115197 115197 49788 1 0.133971291866029
341402 341402 115197 115197 240522 1 0.133971291866029
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 536.745ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website