home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 353675

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
978483 978483 353675 353675 2593 6 0.298083747338538
978484 978484 353675 353675 3932 1 0.099361249112846
978485 978485 353675 353675 74391 2 0.149041873669269
978486 978486 353675 353675 106258 2 0.298083747338538
978487 978487 353675 353675 159775 1 0.0596167494677076
978488 978488 353675 353675 161212 1 0.0745209368346345
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 878.617ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website