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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
334100 334100 112627 112627 26111 2 0.227918033747023
334101 334101 112627 112627 131235 3 0.361797326532547
334102 334102 112627 112627 132339 7 0.262199202020486
334103 334103 112627 112627 222639 2 0.117696366533675
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 700.196ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website