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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
177484 177484 63260 63260 108427 1 0.304297327277912
177485 177485 63260 63260 143115 5 0.264906209671291
177486 177486 63260 63260 153436 1 0.101432442425971
177487 177487 63260 63260 261142 3 0.241520948716034
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 968.099ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website