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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
373785 373785 127438 127438 59647 1 0.111236170540716
373786 373786 127438 127438 60612 3 0.210223189160916
373787 373787 127438 127438 117473 1 0.333708511622148
373788 373788 127438 127438 321463 1 0.0667417023244296
373789 373789 127438 127438 343988 1 0.166854255811074
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 500.923ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website