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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
297128 297128 100498 100498 74970 6 0.347842353103782
297129 297129 100498 100498 118653 1 0.115947451034594
297130 297130 100498 100498 136277 1 0.0695684706207565
297131 297131 100498 100498 139024 2 0.0869605882759455
297132 297132 100498 100498 143169 1 0.115947451034594
297133 297133 100498 100498 208470 2 0.173921176551891
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 1439.316ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website