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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
503110 503110 201365 201365 10311 5 0.493231175996665
503111 503111 201365 201365 170139 1 0.188857946833541
503112 503112 201365 201365 190610 1 0.141643460125156
503113 503113 201365 201365 190611 1 0.113314768100125
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 1315.049ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website