home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 90353

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
266582 266582 90353 90353 9593 3 0.173921176551891
266583 266583 90353 90353 11789 1 0.115947451034594
266584 266584 90353 90353 26398 6 0.347842353103782
266585 266585 90353 90353 28472 1 0.115947451034594
266586 266586 90353 90353 74920 1 0.0695684706207565
266587 266587 90353 90353 176963 1 0.0869605882759455
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 1964.949ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website