home / zeropm-v0-0-4

consensus_index

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

3 rows where inchi_id = 257182

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
574354 574354 225031 225031 257182 1 0.045934565760735
904689 904689 319098 319098 257182 1 0.0475155859554632
1748271 1748271 535471 535471 257182 1 0.0511156984173793
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 2088.351ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website