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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1610114 1610114 486051 486051 70925 3 0.183589446957119
1610115 1610115 486051 486051 120402 2 0.26478180098688
1610116 1610116 486051 486051 131397 1 0.13239090049344
1610117 1610117 486051 486051 223594 1 0.13239090049344
1610118 1610118 486051 486051 229307 4 0.26478180098688
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 656.323ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website