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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
170840 170840 60949 60949 1672 1 0.290961000558526
170841 170841 60949 60949 111282 2 0.290961000558526
170842 170842 60949 60949 238844 1 0.0969870001861753
170843 170843 60949 60949 290811 1 0.0727402501396315
170844 170844 60949 60949 291464 1 0.145480500279263
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 2331.859ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website