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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
219514 219514 76044 76044 91458 8 0.467743222393851
219515 219515 76044 76044 161769 1 0.116935805598463
219516 219516 76044 76044 248561 2 0.190955370918348
219517 219517 76044 76044 255487 2 0.190955370918348
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 628.766ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website