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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
168539 168539 60118 60118 30946 1 0.141843971631206
168540 168540 60118 60118 68195 1 0.0851063829787234
168541 168541 60118 60118 91273 10 0.425531914893617
168542 168542 60118 60118 256695 1 0.106382978723404
168543 168543 60118 60118 270999 1 0.212765957446809
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 2436.615ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website