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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
49452 49452 15183 15183 122166 4 0.383890766950474
49453 49453 15183 15183 142016 1 0.152175210480452
49454 49454 15183 15183 149425 1 0.091305126288271
49455 49455 15183 15183 203641 2 0.228262815720677
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 1013.08ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website