home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 210574

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
530773 530773 210574 210574 22313 20 0.471892770742188
530774 530774 210574 210574 223359 1 0.096959325655428
530775 530775 210574 210574 270410 2 0.155134921048685
530776 530776 210574 210574 314136 1 0.110810657891918
530777 530777 210574 210574 317030 8 0.141697033593799
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 1418.633ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website