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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
214386 214386 74547 74547 2318 1 0.182242990654206
214387 214387 74547 74547 28024 1 0.121495327102804
214388 214388 74547 74547 55513 1 0.182242990654206
214389 214389 74547 74547 75449 8 0.364485981308411
214390 214390 74547 74547 266889 1 0.121495327102804
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 1193.795ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website