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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
297201 297201 100522 100522 27287 1 0.125582659155066
297202 297202 100522 100522 39474 1 0.167443545540088
297203 297203 100522 100522 75047 10 0.419927717236123
297204 297204 100522 100522 296893 1 0.251165318310132
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 558.09ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website