home / zeropm-v0-0-4

consensus_index

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

5 rows where inchi_id = 334560

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
58528 58528 18473 18473 334560 1 0.0383719336713718
479198 479198 175127 175127 334560 1 0.0383719336713718
697390 697390 248639 248639 334560 1 0.0383719336713718
940768 940768 336541 336541 334560 1 0.0382364990493398
1752710 1752710 536955 536955 334560 1 0.0383719336713718
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 520.318ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website