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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
191794 191794 68163 68163 17625 3 0.22137530468563
191795 191795 68163 68163 106254 2 0.100566406222187
191796 191796 68163 68163 116086 4 0.402265624888748
191797 191797 68163 68163 199747 2 0.164224253673209
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 1056.631ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website