home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

7 rows where inventory_id = 168345

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
466111 466111 168345 168345 8560 1 0.12141051747358
466112 466112 168345 168345 8826 2 0.140192789891646
466113 466113 168345 168345 112860 1 0.24282103494716
466114 466114 168345 168345 146410 3 0.24282103494716
466115 466115 168345 168345 260854 1 0.12141051747358
466116 466116 168345 168345 284980 1 0.048564206989432
466117 466117 168345 168345 296809 1 0.06070525873679
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 1606.135ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website