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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
696869 696869 248434 248434 30610 8 0.514110613651787
696870 696870 248434 248434 77901 1 0.140160399908138
696871 696871 248434 248434 166068 1 0.186880533210851
696872 696872 248434 248434 282882 1 0.112128319926511
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 1743.044ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website