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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
785144 785144 274404 274404 28523 5 0.37764201721437
785145 785145 274404 274404 138543 1 0.173681297521571
785146 785146 274404 274404 248192 1 0.260521946282357
785147 785147 274404 274404 282393 1 0.130260973141178
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 865.386ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website