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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1415859 1415859 441266 441266 16709 1 0.0996483001172333
1415860 1415860 441266 441266 75047 2 0.132864400156311
1415861 1415861 441266 441266 75966 8 0.398593200468933
1415862 1415862 441266 441266 127486 3 0.199296600234467
1415863 1415863 441266 441266 199362 1 0.0664322000781555
1415864 1415864 441266 441266 204459 1 0.0797186400937866
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 2182.656ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website